コード例 #1
0
ファイル: Reference.cs プロジェクト: ZhouAnPing/Mail
 /// <remarks/>
 public void publishSmsAsync(PublishSmsRequest publishSmsRequest, object userState) {
     if ((this.publishSmsOperationCompleted == null)) {
         this.publishSmsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnpublishSmsOperationCompleted);
     }
     this.InvokeAsync("publishSms", new object[] {
                 publishSmsRequest}, this.publishSmsOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: ZhouAnPing/Mail
 /// <remarks/>
 public void publishSmsAsync(PublishSmsRequest publishSmsRequest) {
     this.publishSmsAsync(publishSmsRequest, null);
 }