ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / ISharingModule Interface / CreateSharingSessionAsync Method

In This Topic
    CreateSharingSessionAsync Method
    In This Topic
    Syntax
    Function CreateSharingSessionAsync( _
       ByVal cacheActiveSharingSession As Boolean _
    ) As Task(Of Boolean)
    Task<bool> CreateSharingSessionAsync( 
       bool cacheActiveSharingSession
    )

    Parameters

    cacheActiveSharingSession
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also