Example #1
0
 public System.Threading.Tasks.Task <EC_Endpoint_Client.BrokerServiceEC2Streamed.TestResponse> TestAsync()
 {
     EC_Endpoint_Client.BrokerServiceEC2Streamed.TestRequest inValue = new EC_Endpoint_Client.BrokerServiceEC2Streamed.TestRequest();
     return(((EC_Endpoint_Client.BrokerServiceEC2Streamed.IBrokerServiceExternalEC2Streamed)(this)).TestAsync(inValue));
 }
Example #2
0
 public void Test()
 {
     EC_Endpoint_Client.BrokerServiceEC2Streamed.TestRequest  inValue = new EC_Endpoint_Client.BrokerServiceEC2Streamed.TestRequest();
     EC_Endpoint_Client.BrokerServiceEC2Streamed.TestResponse retVal  = ((EC_Endpoint_Client.BrokerServiceEC2Streamed.IBrokerServiceExternalEC2Streamed)(this)).Test(inValue);
 }
Example #3
0
 System.Threading.Tasks.Task <EC_Endpoint_Client.BrokerServiceEC2Streamed.TestResponse> EC_Endpoint_Client.BrokerServiceEC2Streamed.IBrokerServiceExternalEC2Streamed.TestAsync(EC_Endpoint_Client.BrokerServiceEC2Streamed.TestRequest request)
 {
     return(base.Channel.TestAsync(request));
 }
Example #4
0
 EC_Endpoint_Client.BrokerServiceEC2Streamed.TestResponse EC_Endpoint_Client.BrokerServiceEC2Streamed.IBrokerServiceExternalEC2Streamed.Test(EC_Endpoint_Client.BrokerServiceEC2Streamed.TestRequest request)
 {
     return(base.Channel.Test(request));
 }