Used to get pending connections
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IEnumerable<IConnection> GetPendingConnection( bool requested ) |
Visual Basic |
---|
Function GetPendingConnection ( _ requested As Boolean _ ) As IEnumerable(Of IConnection) |
Visual C++ |
---|
IEnumerable<IConnection^>^ GetPendingConnection( bool requested ) |
Parameters
- requested
- Type: System..::..Boolean
true if you want connections current user requested; false if you want connections current user was invited to