SPRequestUsageMonitoredScope-Konstruktor
Initialisiert eine neue Instanz des angegebenen Dienstebene Aufruf der SPRequestUsageMonitoredScope -Klasse.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
serviceContext As ServiceCallHeaderInfo, _
name As String _
)
'Usage
Dim serviceContext As ServiceCallHeaderInfo
Dim name As String
Dim instance As New SPRequestUsageMonitoredScope(serviceContext, _
name)
public SPRequestUsageMonitoredScope(
ServiceCallHeaderInfo serviceContext,
string name
)
Parameter
serviceContext
Typ: Microsoft.SharePoint.Administration.ServiceCallHeaderInfoDie Kontextinformationen Service.
name
Typ: System.StringDer Bereichsname.
Siehe auch
Referenz
SPRequestUsageMonitoredScope Klasse