コード例 #1
0
ファイル: Reference.cs プロジェクト: justinobney/mindbody-api
 /// <remarks/>
 public void AddOrUpdateContactLogsAsync(AddOrUpdateContactLogsRequest Request) {
     this.AddOrUpdateContactLogsAsync(Request, null);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: justinobney/mindbody-api
 /// <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);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: justinobney/mindbody-api
 public AddOrUpdateContactLogsResult AddOrUpdateContactLogs(AddOrUpdateContactLogsRequest Request) {
     object[] results = this.Invoke("AddOrUpdateContactLogs", new object[] {
                 Request});
     return ((AddOrUpdateContactLogsResult)(results[0]));
 }