NoPersistHandle Class

Definition

Manages the lifetime of a no-persist block.

public ref class NoPersistHandle : System::Activities::Handle
[System.Runtime.Serialization.DataContract]
public class NoPersistHandle : System.Activities.Handle
[<System.Runtime.Serialization.DataContract>]
type NoPersistHandle = class
    inherit Handle
Public Class NoPersistHandle
Inherits Handle
Inheritance
NoPersistHandle
Attributes

Constructors

NoPersistHandle()

Initializes a new instance of the NoPersistHandle class.

Properties

ExecutionPropertyName

Gets the name to be used by this Handle when added to an activity's execution properties.

(Inherited from Handle)
Owner

Gets the ActivityInstance that contains the Variable that contains the Handle.

(Inherited from Handle)

Methods

Enter(NativeActivityContext)

Marks the beginning of the no-persist block.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
Exit(NativeActivityContext)

Marks the end of the no-persist block.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
OnInitialize(HandleInitializationContext)

Called by the workflow runtime when the environment that contains the Handle is initialized.

(Inherited from Handle)
OnUninitialize(HandleInitializationContext)

Called by the workflow runtime when the Variable for the Handle goes out of scope.

(Inherited from Handle)
ThrowIfUninitialized()

Throws an InvalidOperationException if the Handle has not been initialized.

(Inherited from Handle)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to