IRemoteViewerConnection Interface Members
In This Topic
The following tables list the members exposed by IRemoteViewerConnection.
Public Properties
| Name | Description |
| HasCorruptData | Indicates whether a session had errors during rehydration and has lost some packets. |
| Id | The session id |
| IsConnected | Indicates if the remote viewer is currently connected. |
| PacketsLostCount | Indicates how many packets were lost due to errors in rehydration. |
Top
Public Methods
| Name | Description |
| Connect | Attempt to connect the live session data stream |
| GetMessageBuffer | Load the set of log messages still in the connection buffer |
| SendToServer | Sends a request to the remote agent to package and submit its data |
Top
Public Events
| Name | Description |
| MessageAvailable | Raised each time a new log message is available. |
Top
See Also