Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a subscription event that identifies changes to the subscription.
public ISubscriptionEvent GetSubscriptionEvent(Guidid);
Public Function GetSubscriptionEvent( _
ByVal id As Guid _
) As ISubscriptionEvent
Implements IUpdateServer.GetSubscriptionEvent
Parameters
- id
Identifier of the subscription event to retrieve.
Return Value
An ISubscriptionEvent that describes the change to the subscription.
Exceptions
| Exception type | Condition |
|---|---|
| System.ArgumentException | The identifier is not a subscription event identifier. |
| WsusObjectNotFoundException | Unable to find an event with the given identifier. |
Requirements
| Server | Requires Windows Server 2003 or Windows 2000 Server SP4 and later. |
| Namespace | Defined in Microsoft.UpdateServices.Administration. |
| Assembly | Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll). |
| .NET Framework | Requires .NET Framework 1.1. |