Method SubscribeToEvents
SubscribeToEvents(int, string)
Subscribes to documents events.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
void SubscribeToEvents(int inClientVersion, string inClientName)
Parameters
| Type | Name | Description |
|---|---|---|
| int | inClientVersion | Version of TopSolid used to build the client application. |
| string | inClientName | Client name. |
Remarks
The version is defined by: Major * 100000000 + Minor * 1000000 + Build * 1000 + Revision.
For example, v7.5.200.100 is represented by: 705200100.
This method is available since v7.8.