public void TestMethod4() { var client = new JOBOperationClient(); try { client.AddCONSOLUNID(); } catch (System.Exception) { throw; } finally { client.Close(); } }
public void Execute(IJobExecutionContext context) { var client = new JOBOperationClient(); try { client.RemoveCONSOLUNID(); } catch (System.Exception) { throw; } finally { client.Close(); } }