/// <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); }
/// <remarks/> public void SendPostItemAsync(string userName, string passWord, PostItem postItem) { this.SendPostItemAsync(userName, passWord, postItem, null); }