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

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

    Parameters

    cacheActiveSharingSession
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also