Beispiel #1
0
 /// <remarks/>
 public void SendTCNOSMSAsync(SendTCNoSMSRequest SendTCNoSMSRequest) {
     this.SendTCNOSMSAsync(SendTCNoSMSRequest, null);
 }
Beispiel #2
0
 /// <remarks/>
 public void SendTCNOSMSAsync(SendTCNoSMSRequest SendTCNoSMSRequest, object userState) {
     if ((this.SendTCNOSMSOperationCompleted == null)) {
         this.SendTCNOSMSOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSendTCNOSMSOperationCompleted);
     }
     this.InvokeAsync("SendTCNOSMS", new object[] {
                 SendTCNoSMSRequest}, this.SendTCNOSMSOperationCompleted, userState);
 }
Beispiel #3
0
 public SendMessageResponse SendTCNOSMS(SendTCNoSMSRequest SendTCNoSMSRequest) {
     object[] results = this.Invoke("SendTCNOSMS", new object[] {
                 SendTCNoSMSRequest});
     return ((SendMessageResponse)(results[0]));
 }