예제 #1
0
 /// <remarks/>
 public void SwitchCommunityAsync(SwitchCommunityRequest SwitchCommunityRequest, object userState) {
     if ((this.SwitchCommunityOperationCompleted == null)) {
         this.SwitchCommunityOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSwitchCommunityOperationCompleted);
     }
     this.InvokeAsync("SwitchCommunity", new object[] {
                 SwitchCommunityRequest}, this.SwitchCommunityOperationCompleted, userState);
 }
예제 #2
0
 /// <remarks/>
 public void SwitchCommunityAsync(SwitchCommunityRequest SwitchCommunityRequest) {
     this.SwitchCommunityAsync(SwitchCommunityRequest, null);
 }