SPDiagnosticDataStore.GetData method (Guid, Int64, String)
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public MustOverride Function GetData ( _
correlationId As Guid, _
scopeId As Long, _
name As String _
) As IList(Of SPDiagnosticsData)
'用途
Dim instance As SPDiagnosticDataStore
Dim correlationId As Guid
Dim scopeId As Long
Dim name As String
Dim returnValue As IList(Of SPDiagnosticsData)
returnValue = instance.GetData(correlationId, _
scopeId, name)
public abstract IList<SPDiagnosticsData> GetData(
Guid correlationId,
long scopeId,
string name
)
參數
- correlationId
Type: System.Guid
- scopeId
Type: System.Int64
- name
Type: System.String
傳回值
Type: System.Collections.Generic.IList<SPDiagnosticsData>