ClientServiceHost.CreateMonitoredScope - Méthode (String, MonitoredScopeType)
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Friend Overridable Function CreateMonitoredScope ( _
name As String, _
scopeType As MonitoredScopeType _
) As IClientServiceMonitoredScope
'Utilisation
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
)
Paramètres
- name
Type : System.String
- scopeType
Type : Microsoft.SharePoint.Client.MonitoredScopeType
Valeur renvoyée
Type : Microsoft.SharePoint.Client.IClientServiceMonitoredScope