Example #1
0
 /// <remarks/>
 public void CreateQueueAsync(CreateQueue CreateQueue1, object userState) {
     if ((this.CreateQueueOperationCompleted == null)) {
         this.CreateQueueOperationCompleted = new SendOrPostCallback(this.OnCreateQueueOperationCompleted);
     }
     this.InvokeAsync("CreateQueue", new object[] {
                 CreateQueue1}, this.CreateQueueOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void CreateQueueAsync(CreateQueue CreateQueue1) {
     this.CreateQueueAsync(CreateQueue1, null);
 }