Metodo WorkflowResourceManager.GetChildScopes (Int32, Int32)
Ottiene gli ambiti figlio associati al gestore.
Spazio dei nomi Microsoft.Workflow.Client
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
Sintassi
'Dichiarazione
Public Function GetChildScopes ( _
skip As Integer, _
count As Integer _
) As Collection(Of ScopeInfo)
'Utilizzo
Dim instance As WorkflowResourceManager
Dim skip As Integer
Dim count As Integer
Dim returnValue As Collection(Of ScopeInfo)
returnValue = instance.GetChildScopes(skip, _
count)
public Collection<ScopeInfo> GetChildScopes(
int skip,
int count
)
public:
Collection<ScopeInfo^>^ GetChildScopes(
int skip,
int count
)
member GetChildScopes :
skip:int *
count:int -> Collection<ScopeInfo>
public function GetChildScopes(
skip : int,
count : int
) : Collection<ScopeInfo>
Parametri
- skip
Tipo: System.Int32
Parametro skip.
- count
Tipo: System.Int32
Parametro count.
Valore restituito
Tipo: System.Collections.ObjectModel.Collection<ScopeInfo>
Ambiti figlio associati al gestore.