예제 #1
0
 /// <remarks/>
 public void FindConversationAsync(FindConversationType FindConversation1, object userState) {
     if ((this.FindConversationOperationCompleted == null)) {
         this.FindConversationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFindConversationOperationCompleted);
     }
     this.InvokeAsync("FindConversation", new object[] {
                 FindConversation1}, this.FindConversationOperationCompleted, userState);
 }
예제 #2
0
 /// <remarks/>
 public void FindConversationAsync(FindConversationType FindConversation1) {
     this.FindConversationAsync(FindConversation1, null);
 }