Exemplo n.º 1
0
 public void RefreshDomainURLToAccountsAsync(UnitTesting.AccountDomain.RefreshDomainURLToAccountsRequest request, object userState)
 {
     if ((this.onBeginRefreshDomainURLToAccountsDelegate == null))
     {
         this.onBeginRefreshDomainURLToAccountsDelegate = new BeginOperationDelegate(this.OnBeginRefreshDomainURLToAccounts);
     }
     if ((this.onEndRefreshDomainURLToAccountsDelegate == null))
     {
         this.onEndRefreshDomainURLToAccountsDelegate = new EndOperationDelegate(this.OnEndRefreshDomainURLToAccounts);
     }
     if ((this.onRefreshDomainURLToAccountsCompletedDelegate == null))
     {
         this.onRefreshDomainURLToAccountsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnRefreshDomainURLToAccountsCompleted);
     }
     base.InvokeAsync(this.onBeginRefreshDomainURLToAccountsDelegate, new object[] {
         request
     }, this.onEndRefreshDomainURLToAccountsDelegate, this.onRefreshDomainURLToAccountsCompletedDelegate, userState);
 }
Exemplo n.º 2
0
 public void RefreshDomainURLToAccountsAsync(UnitTesting.AccountDomain.RefreshDomainURLToAccountsRequest request)
 {
     this.RefreshDomainURLToAccountsAsync(request, null);
 }
Exemplo n.º 3
0
 public System.IAsyncResult BeginRefreshDomainURLToAccounts(UnitTesting.AccountDomain.RefreshDomainURLToAccountsRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginRefreshDomainURLToAccounts(request, callback, asyncState));
 }
Exemplo n.º 4
0
 private System.IAsyncResult OnBeginRefreshDomainURLToAccounts(object[] inValues, System.AsyncCallback callback, object asyncState)
 {
     UnitTesting.AccountDomain.RefreshDomainURLToAccountsRequest request = ((UnitTesting.AccountDomain.RefreshDomainURLToAccountsRequest)(inValues[0]));
     return(this.BeginRefreshDomainURLToAccounts(request, callback, asyncState));
 }
Exemplo n.º 5
0
 public UnitTesting.AccountDomain.RefreshDomainURLToAccountsResponse RefreshDomainURLToAccounts(UnitTesting.AccountDomain.RefreshDomainURLToAccountsRequest request)
 {
     return(base.Channel.RefreshDomainURLToAccounts(request));
 }