Exemplo n.º 1
0
 public void GenerateLoadAsync(Microsoft.Hpc.EchoSvcClient.Durable.GenerateLoadRequest request, object userState)
 {
     if ((this.onBeginGenerateLoadDelegate == null))
     {
         this.onBeginGenerateLoadDelegate = new BeginOperationDelegate(this.OnBeginGenerateLoad);
     }
     if ((this.onEndGenerateLoadDelegate == null))
     {
         this.onEndGenerateLoadDelegate = new EndOperationDelegate(this.OnEndGenerateLoad);
     }
     if ((this.onGenerateLoadCompletedDelegate == null))
     {
         this.onGenerateLoadCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGenerateLoadCompleted);
     }
     base.InvokeAsync(this.onBeginGenerateLoadDelegate, new object[] {
         request
     }, this.onEndGenerateLoadDelegate, this.onGenerateLoadCompletedDelegate, userState);
 }
Exemplo n.º 2
0
 public void GenerateLoadAsync(Microsoft.Hpc.EchoSvcClient.Durable.GenerateLoadRequest request)
 {
     this.GenerateLoadAsync(request, null);
 }
Exemplo n.º 3
0
 public System.IAsyncResult BeginGenerateLoad(Microsoft.Hpc.EchoSvcClient.Durable.GenerateLoadRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginGenerateLoad(request, callback, asyncState));
 }
Exemplo n.º 4
0
 private System.IAsyncResult OnBeginGenerateLoad(object[] inValues, System.AsyncCallback callback, object asyncState)
 {
     Microsoft.Hpc.EchoSvcClient.Durable.GenerateLoadRequest request = ((Microsoft.Hpc.EchoSvcClient.Durable.GenerateLoadRequest)(inValues[0]));
     return(this.BeginGenerateLoad(request, callback, asyncState));
 }
Exemplo n.º 5
0
 public Microsoft.Hpc.EchoSvcClient.Durable.GenerateLoadResponse GenerateLoad(Microsoft.Hpc.EchoSvcClient.Durable.GenerateLoadRequest request)
 {
     return(base.Channel.GenerateLoad(request));
 }