示例#1
0
 /// <remarks/>
 public void SendPostItemAsync(string userName, string passWord, PostItem postItem, object userState)
 {
     if ((this.SendPostItemOperationCompleted == null))
     {
         this.SendPostItemOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSendPostItemOperationCompleted);
     }
     this.InvokeAsync("SendPostItem", new object[] {
         userName,
         passWord,
         postItem
     }, this.SendPostItemOperationCompleted, userState);
 }
示例#2
0
 /// <remarks/>
 public void SendPostItemAsync(string userName, string passWord, PostItem postItem)
 {
     this.SendPostItemAsync(userName, passWord, postItem, null);
 }