DGWorkflowDeploymentProvider.IsSnapshotCreationComplete method

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServices (in Microsoft.SharePoint.WorkflowServices.dll)

Syntax

'Declaration
Public Function IsSnapshotCreationComplete ( _
    scopeId As WorkflowScopeIdentifier _
) As Boolean
'Usage
Dim instance As DGWorkflowDeploymentProvider
Dim scopeId As WorkflowScopeIdentifier
Dim returnValue As Boolean

returnValue = instance.IsSnapshotCreationComplete(scopeId)
public bool IsSnapshotCreationComplete(
    WorkflowScopeIdentifier scopeId
)

Parameters

Return value

Type: System.Boolean

Implements

IWorkflowDeploymentProvider.IsSnapshotCreationComplete(WorkflowScopeIdentifier)

See also

Reference

DGWorkflowDeploymentProvider class

DGWorkflowDeploymentProvider members

Microsoft.SharePoint.WorkflowServices namespace