コード例 #1
0
 public System.Threading.Tasks.Task <IntegrationAMelding.Authentication.TestResponse> TestAsync()
 {
     IntegrationAMelding.Authentication.TestRequest inValue = new IntegrationAMelding.Authentication.TestRequest();
     return(((IntegrationAMelding.Authentication.ISystemAuthenticationExternal)(this)).TestAsync(inValue));
 }
コード例 #2
0
 public void Test()
 {
     IntegrationAMelding.Authentication.TestRequest  inValue = new IntegrationAMelding.Authentication.TestRequest();
     IntegrationAMelding.Authentication.TestResponse retVal  = ((IntegrationAMelding.Authentication.ISystemAuthenticationExternal)(this)).Test(inValue);
 }
コード例 #3
0
 System.Threading.Tasks.Task <IntegrationAMelding.Authentication.TestResponse> IntegrationAMelding.Authentication.ISystemAuthenticationExternal.TestAsync(IntegrationAMelding.Authentication.TestRequest request)
 {
     return(base.Channel.TestAsync(request));
 }
コード例 #4
0
 IntegrationAMelding.Authentication.TestResponse IntegrationAMelding.Authentication.ISystemAuthenticationExternal.Test(IntegrationAMelding.Authentication.TestRequest request)
 {
     return(base.Channel.Test(request));
 }