Public Member Functions | |
| IProcEventListener () | |
| Initializes an instance of the object. | |
| IProcEventListener (XmlDocument document) | |
| Initializes an instance of the object. | |
| void | AddEvent (IProcEventAction type) |
| Adds the specified event to the registration. | |
| void | AddFilter (IProcEventFilter filter) |
| Adds the specified filter to the registration. | |
| IEnumerator | GetEventEnumerator () |
| Method used by clients to enumerate the events in the IProcEventListener object. | |
| IEnumerator | GetFilterEnumerator () |
| Method used by clients to enumerate the filters in the IProcEventListener object. | |
| byte[] | ToBuffer () |
| Converts an IProcEventRegistration object to a buffer representation. | |
| override string | ToString () |
| Converts an IProcEventListener object to a string representation. | |
Static Public Member Functions | |
| static bool | IsValidRequest (XmlDocument document) |
| Returns whether document is a listen for event request. | |
| Simias::Client::Event::IProcEventListener::IProcEventListener | ( | ) | [inline] |
Initializes an instance of the object.
| Simias::Client::Event::IProcEventListener::IProcEventListener | ( | XmlDocument | document | ) | [inline] |
Initializes an instance of the object.
| document | Xml document that describes an IProcEventListener message. |
| void Simias::Client::Event::IProcEventListener::AddEvent | ( | IProcEventAction | type | ) | [inline] |
Adds the specified event to the registration.
| type | IProcEventAction to add. |
| void Simias::Client::Event::IProcEventListener::AddFilter | ( | IProcEventFilter | filter | ) | [inline] |
Adds the specified filter to the registration.
| filter | Filter to add. |
| IEnumerator Simias::Client::Event::IProcEventListener::GetEventEnumerator | ( | ) | [inline] |
Method used by clients to enumerate the events in the IProcEventListener object.
| IEnumerator Simias::Client::Event::IProcEventListener::GetFilterEnumerator | ( | ) | [inline] |
Method used by clients to enumerate the filters in the IProcEventListener object.
| static bool Simias::Client::Event::IProcEventListener::IsValidRequest | ( | XmlDocument | document | ) | [inline, static] |
Returns whether document is a listen for event request.
| document | Xml document to check type for. |
| byte [] Simias::Client::Event::IProcEventListener::ToBuffer | ( | ) | [inline] |
Converts an IProcEventRegistration object to a buffer representation.
| override string Simias::Client::Event::IProcEventListener::ToString | ( | ) | [inline] |
Converts an IProcEventListener object to a string representation.
1.5.6