BaseSession class

Represents the base session to access work management tasks.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.WorkManagement.Client.BaseSession
      Microsoft.SharePoint.WorkManagement.Client.LocationOrientedSortableSession
      Microsoft.SharePoint.WorkManagement.Client.LocationOrientedUserOrderedSession
      Microsoft.SharePoint.WorkManagement.Client.SortableSession
      Microsoft.SharePoint.WorkManagement.Client.UserOrderedSession

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

Syntax

'Declaration
<ScriptTypeAttribute("SP.WorkManagement.OM.BaseSession", ServerTypeId := "{3fe45b91-5b30-447c-884f-0e1837215ff9}")> _
Public Class BaseSession _
    Inherits ClientObject
'Usage
Dim instance As BaseSession
[ScriptTypeAttribute("SP.WorkManagement.OM.BaseSession", ServerTypeId = "{3fe45b91-5b30-447c-884f-0e1837215ff9}")]
public class BaseSession : ClientObject

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

BaseSession members

Microsoft.SharePoint.WorkManagement.Client namespace