IUpdateServer.GetSubscriptionEvent(Guid)
Retrieves a subscription event that identifies changes to the subscription.
public ISubscriptionEvent GetSubscriptionEvent(
Guid id
);
Public Function GetSubscriptionEvent( _
ByVal id As Guid _
) As ISubscriptionEvent
Implements IUpdateServer.GetSubscriptionEvent
Parameters
- id
Identifier of the subscription event to retrieve.
Return Values
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. |