예제 #1
0
 /// <remarks/>
 public void ApiMethodUsageAsync(ApiMethodUsageRequestData request) {
     this.ApiMethodUsageAsync(request, null);
 }
예제 #2
0
 /// <remarks/>
 public void ApiMethodUsageAsync(ApiMethodUsageRequestData request, object userState) {
     if ((this.ApiMethodUsageOperationCompleted == null)) {
         this.ApiMethodUsageOperationCompleted = new System.Threading.SendOrPostCallback(this.OnApiMethodUsageOperationCompleted);
     }
     this.InvokeAsync("ApiMethodUsage", new object[] {
                 request}, this.ApiMethodUsageOperationCompleted, userState);
 }
예제 #3
0
 public void ApiMethodUsage(ApiMethodUsageRequestData request) {
     this.Invoke("ApiMethodUsage", new object[] {
                 request});
 }