[This is preliminary documentation and is subject to change.]
Construct an event object from the task id
Namespace:
OfficeClip.BusinessLayer.ServiceAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public OCEvent( int eventId ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ eventId As Integer _ ) |
| Visual C++ |
|---|
public: OCEvent( int eventId ) |
Parameters
- eventId
- Type: System..::.Int32
The unique id of the event
