public TestEntity TestGetMasterShift(GetMasterShift dat) { object[] results = this.Invoke("TestGetMasterShift", new object[] { dat }); return((TestEntity)(results[0])); }
/// <remarks/> public void TestGetMasterShiftAsync(GetMasterShift dat, object userState) { if ((this.TestGetMasterShiftOperationCompleted == null)) { this.TestGetMasterShiftOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTestGetMasterShiftOperationCompleted); } this.InvokeAsync("TestGetMasterShift", new object[] { dat }, this.TestGetMasterShiftOperationCompleted, userState); }
/// <remarks/> public void TestGetMasterShiftAsync(GetMasterShift dat) { this.TestGetMasterShiftAsync(dat, null); }