UserOrderedSessionManager.CreateSession method

Creates a session.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function CreateSession As UserOrderedSession
'Usage
Dim instance As UserOrderedSessionManager
Dim returnValue As UserOrderedSession

returnValue = instance.CreateSession()
[RemoteAttribute]
public UserOrderedSession CreateSession()

Return value

Type: Microsoft.SharePoint.WorkManagement.Client.UserOrderedSession
The new session.

See also

Reference

UserOrderedSessionManager class

UserOrderedSessionManager members

Microsoft.SharePoint.WorkManagement.Client namespace