BaseSession.GetRefreshHistory method
Gets the refresh history.
Namespace: Microsoft.SharePoint.WorkManagement.Client
Assembly: Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Function GetRefreshHistory ( _
since As DateTime _
) As RefreshHistory
'Usage
Dim instance As BaseSession
Dim since As DateTime
Dim returnValue As RefreshHistory
returnValue = instance.GetRefreshHistory(since)
[RemoteAttribute]
public RefreshHistory GetRefreshHistory(
DateTime since
)
Parameters
- since
Type: System.DateTime
Return value
Type: Microsoft.SharePoint.WorkManagement.Client.RefreshHistory