ClientServiceHost.CreateMonitoredScope - Méthode (String, MonitoredScopeType, String)
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, _
description As String _
) As IClientServiceMonitoredScope
'Utilisation
Dim name As String
Dim scopeType As MonitoredScopeType
Dim description As String
Dim returnValue As IClientServiceMonitoredScope
returnValue = Me.CreateMonitoredScope(name, _
scopeType, description)
protected internal virtual IClientServiceMonitoredScope CreateMonitoredScope(
string name,
MonitoredScopeType scopeType,
string description
)
Paramètres
- name
Type : System.String
- scopeType
Type : Microsoft.SharePoint.Client.MonitoredScopeType
- description
Type : System.String
Valeur renvoyée
Type : Microsoft.SharePoint.Client.IClientServiceMonitoredScope