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); }
public System.Threading.Tasks.Task <Ricoh.ricoh.deviceManagement.startSessionResponse> startSessionAsync(Ricoh.ricoh.deviceManagement.startSessionRequest request) { return(base.Channel.startSessionAsync(request)); }
Ricoh.ricoh.deviceManagement.startSessionResponse Ricoh.ricoh.deviceManagement.deviceManagementPortType.startSession(Ricoh.ricoh.deviceManagement.startSessionRequest request) { return(base.Channel.startSession(request)); }