SPDiagnosticDataStore.GetAggregatedData 方法
命名空间: Microsoft.SharePoint.Diagnostics
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public MustOverride Function GetAggregatedData ( _
correlationId As Guid, _
name As String _
) As Object
用法
Dim instance As SPDiagnosticDataStore
Dim correlationId As Guid
Dim name As String
Dim returnValue As Object
returnValue = instance.GetAggregatedData(correlationId, _
name)
public abstract Object GetAggregatedData(
Guid correlationId,
string name
)
参数
- correlationId
类型:System.Guid
- name
类型:System.String