/// <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); }
/// <remarks/> public void SwitchCommunityAsync(SwitchCommunityRequest SwitchCommunityRequest) { this.SwitchCommunityAsync(SwitchCommunityRequest, null); }