RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Sends OMM data information(refresh, update, or status 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
OMM***Cmd used for submission of information.
- closure
- Type: System..::..Object
An optional handle to user defined data. The OMMCmdErrorEvent generated when this Submit() call fails contains the same Closure.
Return Value
Cmd ID that identifies submited Cmd.
Remarks
Warning, this method may change internal state of RequestToken associated with passed in command. Application must not depend on RequestToken.Handle property after calling Submit().
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid Usage. |