/// <remarks/> public void GetPartyByNameAsync(GetPartyByName GetPartyByName1, object userState) { if ((this.GetPartyByNameOperationCompleted == null)) { this.GetPartyByNameOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPartyByNameOperationCompleted); } this.InvokeAsync("GetPartyByName", new object[] { GetPartyByName1}, this.GetPartyByNameOperationCompleted, userState); }
/// <remarks/> public void GetPartyByNameAsync(GetPartyByName GetPartyByName1) { this.GetPartyByNameAsync(GetPartyByName1, null); }