Loupe - Log - Monitor - Resolve
Gibraltar.Data Namespace / Packager Class / CanSendToServer Method / CanSendToServer() Method

In This Topic
    CanSendToServer() Method
    In This Topic
    Determines if it can correctly connect to the server and send data
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(Gibraltar.Data.Packager/d__47)> 
    Public Overloads Shared Function CanSendToServer() As Task(Of HubConnectionStatus)
    [AsyncStateMachine(Gibraltar.Data.Packager/d__47)] 
    public static Task<HubConnectionStatus> CanSendToServer()

    Return Value

    The hub status information for the specified configuration
    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