SubscriptionBasedActivationSettings Class

 

Updated: March 4, 2013

Represents the activation settings for subscription based design.

Namespace:   Microsoft.Activities.Design.Settings
Assembly:  Microsoft.Activities.Design (in Microsoft.Activities.Design.dll)

System.Object
  Microsoft.Activities.Design.Settings.ActivationSettings
    Microsoft.Activities.Design.Settings.SubscriptionBasedActivationSettings

[DataContractAttribute(Name = "SubscriptionBasedActivation", 
	Namespace = "http://schemas.microsoft.com/workflow/2012/designer/serialization")]
public class SubscriptionBasedActivationSettings : ActivationSettings

NameDescription
System_CAPS_pubmethodSubscriptionBasedActivationSettings()

Initializes a new instance of the SubscriptionBasedActivationSettings class.

NameDescription
System_CAPS_pubpropertyCorrelationProperties

Gets correlation properties.

System_CAPS_pubpropertyFilter

Gets or sets the subscription filter.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: