コード例 #1
0
 public Ricoh.ricoh.deviceManagement.property[] getServiceCapability(string sessionId, out string[] supportedClasses)
 {
     Ricoh.ricoh.deviceManagement.getServiceCapabilityRequest inValue = new Ricoh.ricoh.deviceManagement.getServiceCapabilityRequest();
     inValue.sessionId = sessionId;
     Ricoh.ricoh.deviceManagement.getServiceCapabilityResponse retVal = ((Ricoh.ricoh.deviceManagement.deviceManagementPortType)(this)).getServiceCapability(inValue);
     supportedClasses = retVal.supportedClasses;
     return(retVal.returnValue);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <Ricoh.ricoh.deviceManagement.getServiceCapabilityResponse> getServiceCapabilityAsync(Ricoh.ricoh.deviceManagement.getServiceCapabilityRequest request)
 {
     return(base.Channel.getServiceCapabilityAsync(request));
 }
コード例 #3
0
 Ricoh.ricoh.deviceManagement.getServiceCapabilityResponse Ricoh.ricoh.deviceManagement.deviceManagementPortType.getServiceCapability(Ricoh.ricoh.deviceManagement.getServiceCapabilityRequest request)
 {
     return(base.Channel.getServiceCapability(request));
 }