예제 #1
0
        public ValidateServiceKeyResponse ValidateServiceKey([System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] ValidateServiceKeyRequest request)
        {
            object[] results = this.Invoke("ValidateServiceKey", new object[] {
                request
            });

            return((ValidateServiceKeyResponse)(results[0]));
        }
예제 #2
0
 /// <remarks/>
 public void ValidateServiceKeyAsync(ValidateServiceKeyRequest request, object userState)
 {
     if ((this.ValidateServiceKeyOperationCompleted == null))
     {
         this.ValidateServiceKeyOperationCompleted = new System.Threading.SendOrPostCallback(this.OnValidateServiceKeyOperationCompleted);
     }
     this.InvokeAsync("ValidateServiceKey", new object[] {
         request
     }, this.ValidateServiceKeyOperationCompleted, userState);
 }
예제 #3
0
 /// <remarks/>
 public void ValidateServiceKeyAsync(ValidateServiceKeyRequest request)
 {
     this.ValidateServiceKeyAsync(request, null);
 }
예제 #4
0
 /// <remarks/>
 public System.IAsyncResult BeginValidateServiceKey(ValidateServiceKeyRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("ValidateServiceKey", new object[] {
         request
     }, callback, asyncState));
 }