Esempio n. 1
0
 public string updateObject(string sessionId, uint deviceId, Ricoh.ricoh.deviceManagement.@object @object, Ricoh.ricoh.deviceManagement.property[] options, out uint objectId, out string[] postProcess, out Ricoh.ricoh.deviceManagement.property[] truncatedParameter, out int failedPropertyIndex, out string failedCode)
 {
     Ricoh.ricoh.deviceManagement.updateObjectRequest inValue = new Ricoh.ricoh.deviceManagement.updateObjectRequest();
     inValue.sessionId = sessionId;
     inValue.deviceId  = deviceId;
     inValue.@object   = @object;
     inValue.options   = options;
     Ricoh.ricoh.deviceManagement.updateObjectResponse retVal = ((Ricoh.ricoh.deviceManagement.deviceManagementPortType)(this)).updateObject(inValue);
     objectId            = retVal.objectId;
     postProcess         = retVal.postProcess;
     truncatedParameter  = retVal.truncatedParameter;
     failedPropertyIndex = retVal.failedPropertyIndex;
     failedCode          = retVal.failedCode;
     return(retVal.returnValue);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <Ricoh.ricoh.deviceManagement.updateObjectResponse> updateObjectAsync(Ricoh.ricoh.deviceManagement.updateObjectRequest request)
 {
     return(base.Channel.updateObjectAsync(request));
 }
Esempio n. 3
0
 Ricoh.ricoh.deviceManagement.updateObjectResponse Ricoh.ricoh.deviceManagement.deviceManagementPortType.updateObject(Ricoh.ricoh.deviceManagement.updateObjectRequest request)
 {
     return(base.Channel.updateObject(request));
 }