/// <remarks/> public void GetBatchRecentActivityAsync(GetBatchRecentActivityRequestType GetBatchRecentActivity1, object userState) { if ((this.GetBatchRecentActivityOperationCompleted == null)) { this.GetBatchRecentActivityOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetBatchRecentActivityOperationCompleted); } this.InvokeAsync("GetBatchRecentActivity", new object[] { GetBatchRecentActivity1}, this.GetBatchRecentActivityOperationCompleted, userState); }
/// <remarks/> public void GetBatchRecentActivityAsync(GetBatchRecentActivityRequestType GetBatchRecentActivity1) { this.GetBatchRecentActivityAsync(GetBatchRecentActivity1, null); }