[Missing <summary> documentation for "M:TinCan.RemoteLRS.RetrieveAgentProfileIds(TinCan.Agent)"]

Namespace: TinCan
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)

Syntax

C#
public ProfileKeysLRSResponse RetrieveAgentProfileIds(
	Agent agent
)
Visual Basic
Public Function RetrieveAgentProfileIds ( 
	agent As Agent
) As ProfileKeysLRSResponse
Visual C++
public:
virtual ProfileKeysLRSResponse^ RetrieveAgentProfileIds(
	Agent^ agent
) sealed
F#
abstract RetrieveAgentProfileIds : 
        agent : Agent -> ProfileKeysLRSResponse 
override RetrieveAgentProfileIds : 
        agent : Agent -> ProfileKeysLRSResponse 

Parameters

agent
Type: TinCan..::..Agent

[Missing <param name="agent"/> documentation for "M:TinCan.RemoteLRS.RetrieveAgentProfileIds(TinCan.Agent)"]

Return Value

Type: ProfileKeysLRSResponse

[Missing <returns> documentation for "M:TinCan.RemoteLRS.RetrieveAgentProfileIds(TinCan.Agent)"]

Implements

ILRS..::..RetrieveAgentProfileIds(Agent)

See Also