| MvValueUnstream Method |
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.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