/// <remarks/>
 public void SetCustomerSocialNetworksAsync(SetCustomerSocialNetworksRequest SetCustomerSocialNetworksRequest, object userState) {
     if ((this.SetCustomerSocialNetworksOperationCompleted == null)) {
         this.SetCustomerSocialNetworksOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetCustomerSocialNetworksOperationCompleted);
     }
     this.InvokeAsync("SetCustomerSocialNetworks", new object[] {
                 SetCustomerSocialNetworksRequest}, this.SetCustomerSocialNetworksOperationCompleted, userState);
 }
 /// <remarks/>
 public void SetCustomerSocialNetworksAsync(SetCustomerSocialNetworksRequest SetCustomerSocialNetworksRequest) {
     this.SetCustomerSocialNetworksAsync(SetCustomerSocialNetworksRequest, null);
 }