ScopeManager Class

 

Allows managing the current scope and child scopes.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

System.Object
  Microsoft.Workflow.Client.ScopeManager

Public Class ScopeManager

NameDescription
System_CAPS_pubmethodApplySnapshot()

Applies the snapshot to the scope.

System_CAPS_pubmethodCaptureSnapshot()

Captures the snapshot.

System_CAPS_pubmethodDelete()

Deletes ALL child scopes.

System_CAPS_pubmethodDeleteSnapshot()

Deletes the snapshot.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGet()

Retrieves scope description for the current scope.

System_CAPS_pubmethodGetChildScopes()

Retrieves all child scopes

System_CAPS_pubmethodGetChildScopes(Int32, Int32)

Retrieves specified subset of child scopes.

System_CAPS_pubmethodGetChildScopes(Int32, Int32, ScopeStatus)

Retrieves specified subset of child scopes that are in specififed state.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetSnapshot()

Gets the snapshot information.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodPublish(ScopeDescription)

Publishes (updates) the current scope.

System_CAPS_pubmethodPublishChildScope(String, ScopeDescription)

Publishes a child scope.

System_CAPS_pubmethodResume()

Resumes a previousely suspended scope.

System_CAPS_pubmethodSuspend()

Suspends a scope.

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: