ScopeManager Class
Allows managing the current scope and child scopes.
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
| Name | Description | |
|---|---|---|
![]() | ApplySnapshot() | Applies the snapshot to the scope. |
![]() | CaptureSnapshot() | Captures the snapshot. |
![]() | Delete() | Deletes ALL child scopes. |
![]() | DeleteSnapshot() | Deletes the snapshot. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | Get() | Retrieves scope description for the current scope. |
![]() | GetChildScopes() | Retrieves all child scopes |
![]() | GetChildScopes(Int32, Int32) | Retrieves specified subset of child scopes. |
![]() | GetChildScopes(Int32, Int32, ScopeStatus) | Retrieves specified subset of child scopes that are in specififed state. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetSnapshot() | Gets the snapshot information. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Publish(ScopeDescription) | Publishes (updates) the current scope. |
![]() | PublishChildScope(String, ScopeDescription) | Publishes a child scope. |
![]() | Resume() | Resumes a previousely suspended scope. |
![]() | Suspend() | Suspends a scope. |
![]() | ToString() | (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.

