Exemplo n.º 1
0
 public System.Threading.Tasks.Task <EC_Endpoint_Client.SOArchiveStreamed.TestResponse> TestAsync()
 {
     EC_Endpoint_Client.SOArchiveStreamed.TestRequest inValue = new EC_Endpoint_Client.SOArchiveStreamed.TestRequest();
     return(((EC_Endpoint_Client.SOArchiveStreamed.IServiceOwnerArchiveExternalStreamedEC)(this)).TestAsync(inValue));
 }
Exemplo n.º 2
0
 public void Test()
 {
     EC_Endpoint_Client.SOArchiveStreamed.TestRequest  inValue = new EC_Endpoint_Client.SOArchiveStreamed.TestRequest();
     EC_Endpoint_Client.SOArchiveStreamed.TestResponse retVal  = ((EC_Endpoint_Client.SOArchiveStreamed.IServiceOwnerArchiveExternalStreamedEC)(this)).Test(inValue);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <EC_Endpoint_Client.SOArchiveStreamed.TestResponse> EC_Endpoint_Client.SOArchiveStreamed.IServiceOwnerArchiveExternalStreamedEC.TestAsync(EC_Endpoint_Client.SOArchiveStreamed.TestRequest request)
 {
     return(base.Channel.TestAsync(request));
 }
Exemplo n.º 4
0
 EC_Endpoint_Client.SOArchiveStreamed.TestResponse EC_Endpoint_Client.SOArchiveStreamed.IServiceOwnerArchiveExternalStreamedEC.Test(EC_Endpoint_Client.SOArchiveStreamed.TestRequest request)
 {
     return(base.Channel.Test(request));
 }