RFA .NET
The OMMProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Destroy | Destroys this OMMProvider. After calling Destroy() application must not use the destroyed instance. (Overrides EventSource..::..Destroy()()()().) |
![]() | GenerateItemToken()()()() | Generates a token for each item to be published. It will be passed to
OMMItemCmd object. |
![]() | GenerateItemToken(Boolean) | Generates a token for each item to be published. It will be passed to
OMMItemCmd object. |
![]() | RegisterClient(EventQueue, OMMIntSpec, Client) | Registers client for events associated with connections, client sessions, etc; if null
is specified, approprite ProcessEvent() will be called back by RFA. |
![]() | RegisterClient(EventQueue, OMMIntSpec, Client, Object) | Registers client for events associated with connections, client sessions, etc; if null
is specified, approprite ProcessEvent() will be called back by RFA. |
![]() | Submit(OMMCmd) | Sends OMM data information(refresh, update, or status messages). |
![]() | Submit(OMMCmd, Object) | Sends OMM data information(refresh, update, or status messages). |
![]() | ToRFA_String | String representation of this object. (Overrides EventSource..::..ToRFA_String()()()().) |
![]() | ToString | String representation of this object. (Overrides EventSource..::..ToString()()()().) |
![]() | UnregisterClient | Closes the event stream assocaited with the handle. All RequestTokens
associated with the client handle must be no longer referenced by
the provider application. |
Properties
Name | Description | |
---|---|---|
![]() | EventSourceType | Gets the EventSource type. (Inherited from EventSource.) |
![]() | Name | Gets the EventSource name. (Inherited from EventSource.) |
![]() | Session | Gets the Session that created this OMMProvider. |