EventlogCollectionClient Property
|
Alterian Email Manager 6.2.3 SDK Help File
The client associated to the eventlog data
Namespace:
DMLibrary.Repository.EventlogAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic DMClient Client { get; }
Public ReadOnly Property Client As DMClient
Get
public:
virtual property DMClient^ Client {
DMClient^ get () sealed;
}
abstract Client : DMClient with get
override Client : DMClient with get
Property Value
Type:
DMClientImplements
IEventlogCollectionClient
Remarks
This ensures a correct relationship between what's produced/consumed
and the client for it
See Also