コード例 #1
0
 public System.Threading.Tasks.Task <GssInteropClass.CM.Gss.getDirectInteractionEndpointResponse> getDirectInteractionEndpointAsync(string gssID, string session_id)
 {
     GssInteropClass.CM.Gss.getDirectInteractionEndpointRequest inValue = new GssInteropClass.CM.Gss.getDirectInteractionEndpointRequest();
     inValue.gssID      = gssID;
     inValue.session_id = session_id;
     return(((GssInteropClass.CM.Gss.FileUtilities)(this)).getDirectInteractionEndpointAsync(inValue));
 }
コード例 #2
0
 public GssInteropClass.CM.Gss.endpointInformation[] getDirectInteractionEndpoint(string gssID, string session_id)
 {
     GssInteropClass.CM.Gss.getDirectInteractionEndpointRequest inValue = new GssInteropClass.CM.Gss.getDirectInteractionEndpointRequest();
     inValue.gssID      = gssID;
     inValue.session_id = session_id;
     GssInteropClass.CM.Gss.getDirectInteractionEndpointResponse retVal = ((GssInteropClass.CM.Gss.FileUtilities)(this)).getDirectInteractionEndpoint(inValue);
     return(retVal.@return);
 }
コード例 #3
0
 System.Threading.Tasks.Task <GssInteropClass.CM.Gss.getDirectInteractionEndpointResponse> GssInteropClass.CM.Gss.FileUtilities.getDirectInteractionEndpointAsync(GssInteropClass.CM.Gss.getDirectInteractionEndpointRequest request)
 {
     return(base.Channel.getDirectInteractionEndpointAsync(request));
 }
コード例 #4
0
 GssInteropClass.CM.Gss.getDirectInteractionEndpointResponse GssInteropClass.CM.Gss.FileUtilities.getDirectInteractionEndpoint(GssInteropClass.CM.Gss.getDirectInteractionEndpointRequest request)
 {
     return(base.Channel.getDirectInteractionEndpoint(request));
 }