BaseSession.IsExchangeJobPending method

Returns true if the synchronization process is in progress for the user; otherwise false.

Namespace:  Microsoft.SharePoint.WorkManagement.Client
Assembly:  Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Function IsExchangeJobPending As ClientResult(Of Boolean)
'Usage
Dim instance As BaseSession
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.IsExchangeJobPending()
[RemoteAttribute]
public ClientResult<bool> IsExchangeJobPending()

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Boolean>

See also

Reference

BaseSession class

BaseSession members

Microsoft.SharePoint.WorkManagement.Client namespace