ArcGIS Pro 3.0 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, Windows 8.1

    See Also