Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / SimplePackage Class / GetSessionFileIds Method

In This Topic
    GetSessionFileIds Method (SimplePackage)
    In This Topic
    Retrieve the ids of the sessions files known locally for the specified session
    Syntax
    'Declaration
     
    
    Public Function GetSessionFileIds( _
       ByVal sessionId As Guid _
    ) As IList(Of Guid)
    public IList<Guid> GetSessionFileIds( 
       Guid sessionId
    )

    Parameters

    sessionId
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also