Initializes a new instance of the EventOfInterestManager class.
| C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript | JavaScript | XAML |
public EventOfInterestManager( RootObjectTypes RootObjectType, int EventType, Guid GuidValue, bool Subscribe )
Public Sub New ( _ RootObjectType As RootObjectTypes, _ EventType As Integer, _ GuidValue As Guid, _ Subscribe As Boolean _ )
Dim RootObjectType As RootObjectTypes Dim EventType As Integer Dim GuidValue As Guid Dim Subscribe As Boolean Dim instance As New NotifyEventOfInterestFetcher..::.EventOfInterestManager(RootObjectType, _ EventType, GuidValue, Subscribe)
public: EventOfInterestManager( RootObjectTypes RootObjectType, int EventType, Guid GuidValue, bool Subscribe )
public EventOfInterestManager( RootObjectTypes RootObjectType, int EventType, Guid GuidValue, boolean Subscribe )
public function NotifyEventOfInterestFetcher..::.EventOfInterestManager( RootObjectType : RootObjectTypes, EventType : int, GuidValue : Guid, Subscribe : boolean )
GZTW.AyaNova.BLL.EventOfInterestManager = function(RootObjectType, EventType, GuidValue, Subscribe);