/// <remarks/> public void AddOrUpdateContactLogsAsync(AddOrUpdateContactLogsRequest Request) { this.AddOrUpdateContactLogsAsync(Request, null); }
/// <remarks/> public void AddOrUpdateContactLogsAsync(AddOrUpdateContactLogsRequest Request, object userState) { if ((this.AddOrUpdateContactLogsOperationCompleted == null)) { this.AddOrUpdateContactLogsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddOrUpdateContactLogsOperationCompleted); } this.InvokeAsync("AddOrUpdateContactLogs", new object[] { Request}, this.AddOrUpdateContactLogsOperationCompleted, userState); }
public AddOrUpdateContactLogsResult AddOrUpdateContactLogs(AddOrUpdateContactLogsRequest Request) { object[] results = this.Invoke("AddOrUpdateContactLogs", new object[] { Request}); return ((AddOrUpdateContactLogsResult)(results[0])); }