CorrelationToken Methods
The CorrelationToken type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddHandler | Adds a handler for an event of a DependencyObject. (Inherited from DependencyObject.) |
|
Dispose() | Releases all the resources used by the DependencyObject. (Inherited from DependencyObject.) |
|
Dispose(Boolean) | Releases the unmanaged resources and optionally releases the managed resources used by DependencyObject. (Inherited from DependencyObject.) |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Provided as an override to Object.Finalize to clean up any unmanaged resources deterministically. (Inherited from DependencyObject.) |
|
GetBinding | Provides access to the ActivityBind associated with the specific DependencyProperty. (Inherited from DependencyObject.) |
|
GetBoundValue | Retrieves the Object that is the subject of an ActivityBind. (Inherited from DependencyObject.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetInvocationList<T> | Gets an array that contains the delegates for the specified DependencyProperty. (Inherited from DependencyObject.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GetValue | Provides access to the value of the designated DependencyProperty. (Inherited from DependencyObject.) |
|
GetValueBase | Provides access to the bound object of a DependencyProperty and bypasses the GetValue override. (Inherited from DependencyObject.) |
|
Initialize | Fires correlation initialized events. |
|
InitializeProperties | Performs initialization on dependency properties when overridden in a derived class. (Inherited from DependencyObject.) |
|
IsBindingSet | Indicates whether the value of a DependencyProperty is set as a binding. See SetBinding. (Inherited from DependencyObject.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
MetaEquals | Determines whether the metaproperties of this DependencyObject equals the metaproperties of the parameterized DependencyObject. (Inherited from DependencyObject.) |
|
RemoveHandler | Removes an EventHandler from an associated DependencyProperty. (Inherited from DependencyObject.) |
|
RemoveProperty | Removes a DependencyProperty from the DependencyObject. (Inherited from DependencyObject.) |
|
SetBinding | Sets the ActivityBind for the specified DependencyProperty. (Inherited from DependencyObject.) |
|
SetBoundValue | Sets the value of the target ActivityBind. (Inherited from DependencyObject.) |
|
SetReadOnlyPropertyValue | Sets the value of a DependencyProperty, which is read-only. (Inherited from DependencyObject.) |
|
SetValue | Sets the value of the DependencyProperty to the object. (Inherited from DependencyObject.) |
|
SetValueBase | Sets the value of the DependencyProperty to the specified Object, bypassing the SetValue. (Inherited from DependencyObject.) |
|
SubscribeForCorrelationTokenInitializedEvent | Subscribes the CorrelationToken to the initialized event. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
UnsubscribeFromCorrelationTokenInitializedEvent | Unsubscribes the CorrelationToken from the initialized event. |