Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
MethodName | string | |
Description | string | The name of the method invoked. |
Required | boolean | true |
MethodParameters | string | |
Description | string | The parameters of the method, formatted as an EmbeddedObject (with a predefined class name of "__MethodParameters". |
EmbeddedObject | boolean | true |
PreCall | boolean | |
Description | string | Boolean indicating whether the Indication is sent before the method begins executing (TRUE) or when the method completes (FALSE). When TRUE, the inherited property SourceInstance contains the value of the instance (the properties defined by the Filter's Query clause), before execution of the method. When PreCall is FALSE, SourceInstance embeds the instance as it appears after the completion of the method. |
Required | boolean | true |
ReturnValue | string | |
Description | string | ReturnValue's data is dependent on the PreCall property. When PreCall is TRUE, this property is NULL describing that there is no method return value (since the method has not yet executed). When PreCall is FALSE, ReturnValue contains a string representation of the method's return value. |
ModelCorrespondence | string | CIM_InstMethodCall.PreCall, CIM_InstMethodCall.ReturnValueType, CIM_InstMethodCall.Error |
ReturnValueType | uint16 | |
Description | string | The type of the method return value. |
Experimental | boolean | true |
ModelCorrespondence | string | CIM_InstMethodCall.ReturnValue |
ValueMap | string | 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, .. |
Values | string | boolean, string, char16, uint8, sint8, uint16, sint16, uint32, sint32, uint64, sint64, datetime, real32, real64, reference, DMTF Reserved |
Error | string[] | |
Description | string | Error's data is dependent on the PreCall property. When PreCall is TRUE, this property is NULL describing that there is no method Error instances (since the method has not yet executed). When PreCall is FALSE, Error contains an array of zero or more entries containing CIM_ERROR instances represented as an array of Embedded Instances. |
EmbeddedInstance | string | CIM_Error |
Experimental | boolean | true |
ModelCorrespondence | string | CIM_InstMethodCall.PreCall, CIM_InstMethodCall.ReturnValue |