ClientServiceHost.CreateMonitoredScope método (String, MonitoredScopeType)
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Protected Friend Overridable Function CreateMonitoredScope ( _
name As String, _
scopeType As MonitoredScopeType _
) As IClientServiceMonitoredScope
'Uso
Dim name As String
Dim scopeType As MonitoredScopeType
Dim returnValue As IClientServiceMonitoredScope
returnValue = Me.CreateMonitoredScope(name, _
scopeType)
protected internal virtual IClientServiceMonitoredScope CreateMonitoredScope(
string name,
MonitoredScopeType scopeType
)
Parâmetros
- name
Tipo: System.String
- scopeType
Tipo: Microsoft.SharePoint.Client.MonitoredScopeType
Valor retornado
Tipo: Microsoft.SharePoint.Client.IClientServiceMonitoredScope