Esempio n. 1
0
 public string startSession(string stringIn, ushort timeLimit, out string stringOut)
 {
     Ricoh.ricoh.deviceManagement.startSessionRequest inValue = new Ricoh.ricoh.deviceManagement.startSessionRequest();
     inValue.stringIn  = stringIn;
     inValue.timeLimit = timeLimit;
     Ricoh.ricoh.deviceManagement.startSessionResponse retVal = ((Ricoh.ricoh.deviceManagement.deviceManagementPortType)(this)).startSession(inValue);
     stringOut = retVal.stringOut;
     return(retVal.returnValue);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <Ricoh.ricoh.deviceManagement.startSessionResponse> startSessionAsync(Ricoh.ricoh.deviceManagement.startSessionRequest request)
 {
     return(base.Channel.startSessionAsync(request));
 }
Esempio n. 3
0
 Ricoh.ricoh.deviceManagement.startSessionResponse Ricoh.ricoh.deviceManagement.deviceManagementPortType.startSession(Ricoh.ricoh.deviceManagement.startSessionRequest request)
 {
     return(base.Channel.startSession(request));
 }