RFA .NET Sends Generic and Post messages.
Namespace: ThomsonReuters.RFA.SessionLayerAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public uint Submit(
OMMCmd cOMMCmd,
Object closure
) |
Visual Basic |
---|
Public Function Submit ( _
cOMMCmd As OMMCmd, _
closure As Object _
) As UInteger |
Visual C++ |
---|
public:
unsigned int Submit(
OMMCmd^ cOMMCmd,
Object^ closure
) |
F# |
---|
member Submit :
cOMMCmd:OMMCmd *
closure:Object -> uint32
|
Parameters
- cOMMCmd
- Type: ThomsonReuters.RFA.SessionLayer..::..OMMCmd
The OMMCmd to use for submitting of Generic
or Post messages.
- closure
- Type: System..::..Object
An optional handle to user defined data. Passed nullptr to omit this parameter.
The OMMCmdErrorEvent generated when this Submit() call fails contains the same closure.
Return Value
Cmd ID that is unique to the submit. This ID uniquely identifies the
Cmd
and is used to determine which submitted
Cmd an
OMMCmdErrorEvent belongs to.
Remarks
Exceptions
See Also