Nevron .NET Vision
Nevron.Diagram Namespace / NConnectionStorage Class / QueryConnected Method / QueryConnected(Guid) Method


In This Topic
    QueryConnected(Guid) Method
    In This Topic
    Queries whether the specified uid is a member of at least one connection
    Syntax
    'Declaration
     
    
    Public Overloads Function QueryConnected( _
       ByVal uid As System.Guid _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NConnectionStorage
    Dim uid As System.Guid
    Dim value As System.Boolean
     
    value = instance.QueryConnected(uid)
    public System.bool QueryConnected( 
       System.Guid uid
    )

    Parameters

    uid

    Return Value

    true uid is connected, otherwise false
    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