Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As ISubscriptionManagement Dim managementPackId As Guid Dim workflowOrNotificationSubscription As IWorkflowSubscriptionBase instance.InsertSubscription(managementPackId, workflowOrNotificationSubscription) |
Syntax
Visual Basic |
---|
Sub InsertSubscription ( _ managementPackId As Guid, _ workflowOrNotificationSubscription As IWorkflowSubscriptionBase _ ) |
C# |
---|
void InsertSubscription ( Guid managementPackId, IWorkflowSubscriptionBase workflowOrNotificationSubscription ) |
C++ |
---|
void InsertSubscription ( Guid managementPackId, IWorkflowSubscriptionBase^ workflowOrNotificationSubscription ) |
J# |
---|
void InsertSubscription ( Guid managementPackId, IWorkflowSubscriptionBase workflowOrNotificationSubscription ) |
JScript |
---|
function InsertSubscription ( managementPackId : Guid, workflowOrNotificationSubscription : IWorkflowSubscriptionBase ) |
Parameters
- managementPackId
-
Type: Guid
The management pack unique identifier.
- workflowOrNotificationSubscription
-
Type: IWorkflowSubscriptionBase
The workflow or notification subscription.
Exceptions
Exception type | Condition |
---|---|
ArgumentException |
The workflowOrNotificationSubscription parameter is invalid or the subscription already exists. |
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.