[OperationContract()] void SetVariable( string nameSpace, string variableName, object value )
Parameters
- nameSpace
- Type: System.String
The namespace of global variable.
- variableName
- Type: System.String
The name of global variable.
- value
- Type: System.Object
The name of global variable.