EMS.Services.IEMSServices Methods
InheritedProtected
| AddRef | public | Increments the reference count for this interface. |
| GetService | public | Returns an object interface for the specified service GUID. |
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
| Release | public | Decrements the reference count for this interface. |
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |
| SupportsService | public | Returns True if the EMS Server supports the service with the specified GUID; it returns False otherwise. |
| TryGetService | public | Fills Svc with an object interface for the specified service GUID and returns True on success, or False if the EMS Server does not support the target service. |