Click or drag to resize
IMessageExtendedTemplateManagerSetMessageExtendedSubscriptionJobTypes Method

[This is preliminary documentation and is subject to change.]

Sets the configurations that will constraint the trigger of a MessageExtended event occuring on a given configuration

Namespace: Netadmin.Management.Provisioning
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void SetMessageExtendedSubscriptionJobTypes(
	long templateId,
	IEnumerable<long> jobTypeIds
)

Parameters

templateId
Type: SystemInt64

[Missing <param name="templateId"/> documentation for "M:Netadmin.Management.Provisioning.IMessageExtendedTemplateManager.SetMessageExtendedSubscriptionJobTypes(System.Int64,System.Collections.Generic.IEnumerable{System.Int64})"]

jobTypeIds
Type: System.Collections.GenericIEnumerableInt64

[Missing <param name="jobTypeIds"/> documentation for "M:Netadmin.Management.Provisioning.IMessageExtendedTemplateManager.SetMessageExtendedSubscriptionJobTypes(System.Int64,System.Collections.Generic.IEnumerable{System.Int64})"]

See Also