IUpdateServer.GetSubscriptionEvent Method (Guid)
Applies To: Windows Server Update Services
Gets a subscription event that identifies changes to the subscription.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
ISubscriptionEvent GetSubscriptionEvent(
Guid id
)
ISubscriptionEvent^ GetSubscriptionEvent(
Guid id
)
abstract GetSubscriptionEvent :
id:Guid -> ISubscriptionEvent
Function GetSubscriptionEvent (
id As Guid
) As ISubscriptionEvent
Parameters
id
Type: System.GuidIdentifier of the subscription event to get.
Return Value
Type: Microsoft.UpdateServices.Administration.ISubscriptionEvent
An ISubscriptionEvent that describes the change to the subscription.
Exceptions
Exception
Condition
The identifier is not a subscription event identifier.
Unable to find an event with the given identifier.
See Also
IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top