ISubscriptionManagement.GetFailedSubscriptionStatusById Method
Gets the job status of a failed workflow or notification subscription by its rule identifier.
Namespace: Microsoft.EnterpriseManagement.Subscriptions
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As ISubscriptionManagement
Dim ruleId As Guid
Dim returnValue As IList(Of SubscriptionJobStatus)
returnValue = instance.GetFailedSubscriptionStatusById(ruleId)
Syntax
'Declaration
Function GetFailedSubscriptionStatusById ( _
ruleId As Guid _
) As IList(Of SubscriptionJobStatus)
IList<SubscriptionJobStatus> GetFailedSubscriptionStatusById (
Guid ruleId
)
IList<SubscriptionJobStatus^>^ GetFailedSubscriptionStatusById (
Guid ruleId
)
IList<SubscriptionJobStatus> GetFailedSubscriptionStatusById (
Guid ruleId
)
function GetFailedSubscriptionStatusById (
ruleId : Guid
) : IList<SubscriptionJobStatus>
Parameters
- ruleId
The rule identifier of the subscription or workflow.
Return Value
Type: IList
A list of SubscriptionJobStatus values for the failed workflow or subscription
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ISubscriptionManagement Interface
ISubscriptionManagement Members
Microsoft.EnterpriseManagement.Subscriptions Namespace