result = "";
try
{
	ShipLink.Helpers.LogHelper.LogMessage("PrintShippingLabel is calling in Background thread");	
	AutoShipStreamPrinting.Run();

}
catch(Exception ex)
{
	ShipLink.Helpers.LogHelper.LogMessage(ex.ToString());
}
finally
{

}

