Share via


ScopeManager Class

 

Allows managing the current scope and child scopes.

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

Inheritance Hierarchy

System.Object
  Microsoft.Workflow.Client.ScopeManager

Syntax

public class ScopeManager
public ref class ScopeManager 
type ScopeManager = class end
Public Class ScopeManager

Methods

Name Description
System_CAPS_pubmethod ApplySnapshot()

Applies the snapshot to the scope.

System_CAPS_pubmethod CaptureSnapshot()

Captures the snapshot.

System_CAPS_pubmethod Delete()

Deletes ALL child scopes.

System_CAPS_pubmethod DeleteSnapshot()

Deletes the snapshot.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod Get()

Retrieves scope description for the current scope.

System_CAPS_pubmethod GetChildScopes()

Retrieves all child scopes

System_CAPS_pubmethod GetChildScopes(Int32, Int32)

Retrieves specified subset of child scopes.

System_CAPS_pubmethod GetChildScopes(Int32, Int32, ScopeStatus)

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

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetSnapshot()

Gets the snapshot information.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Publish(ScopeDescription)

Publishes (updates) the current scope.

System_CAPS_pubmethod PublishChildScope(String, ScopeDescription)

Publishes a child scope.

System_CAPS_pubmethod Resume()

Resumes a previousely suspended scope.

System_CAPS_pubmethod Suspend()

Suspends a scope.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.Workflow.Client Namespace

Return to top