Exemplo n.º 1
0
 /// <remarks/>
 public void GetClientReferralTypesAsync(GetClientReferralTypesRequest Request) {
     this.GetClientReferralTypesAsync(Request, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetClientReferralTypesAsync(GetClientReferralTypesRequest Request, object userState) {
     if ((this.GetClientReferralTypesOperationCompleted == null)) {
         this.GetClientReferralTypesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetClientReferralTypesOperationCompleted);
     }
     this.InvokeAsync("GetClientReferralTypes", new object[] {
                 Request}, this.GetClientReferralTypesOperationCompleted, userState);
 }
Exemplo n.º 3
0
 public GetClientReferralTypesResult GetClientReferralTypes(GetClientReferralTypesRequest Request) {
     object[] results = this.Invoke("GetClientReferralTypes", new object[] {
                 Request});
     return ((GetClientReferralTypesResult)(results[0]));
 }