Loupe - Log - Monitor - Resolve
Gibraltar.Server.Client Namespace / HubConnection Class / GetRepository Method

In This Topic
    GetRepository Method
    In This Topic
    Information about the remote repository
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(Gibraltar.Server.Client.HubConnection/d__44)> 
    Public Function GetRepository() As Task(Of HubRepository)
    [AsyncStateMachine(Gibraltar.Server.Client.HubConnection/d__44)] 
    public Task<HubRepository> GetRepository()
    Remarks
    Returns null when no server can be contacted
    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