IWMSEventAuthorizationCallback Object (C#)
The IWMSEventAuthorizationCallback object contains a method that enables an authorization plug-in to respond to calls that the server makes through the IWMSEventAuthorizationPluginIWMSEventAuthorizationPlugin Object (C#). This object is implemented by the server and called by the authorization plug-in.
Note
This object is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008. The method on this object must be called only once, even if an error is returned after the initial call.
The IWMSEventAuthorizationCallback object exposes the following method.
Method |
Description |
---|---|
OnAuthorizeEvent |
Returns the results of the AuthorizeEvent method call. |