| MvValueUnstream Method |
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static MvValue Unstream(
MvMessage msg
)
Public Shared Function Unstream (
msg As MvMessage
) As MvValue
public:
static MvValue^ Unstream(
MvMessage^ msg
)
Parameters
- msg
- Type: RW.Server.ComponentMvMessage
The message from which the value is read.
Return Value
Type:
MvValue
The unstreamed value.
Exceptions See Also