[Missing <summary> documentation for "M:TinCan.RemoteLRS.RetrieveAgentProfile(System.String,TinCan.Agent)"]

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

Syntax

C#
public AgentProfileLRSResponse RetrieveAgentProfile(
	string id,
	Agent agent
)
Visual Basic
Public Function RetrieveAgentProfile ( 
	id As String,
	agent As Agent
) As AgentProfileLRSResponse
Visual C++
public:
virtual AgentProfileLRSResponse^ RetrieveAgentProfile(
	String^ id, 
	Agent^ agent
) sealed
F#
abstract RetrieveAgentProfile : 
        id : string * 
        agent : Agent -> AgentProfileLRSResponse 
override RetrieveAgentProfile : 
        id : string * 
        agent : Agent -> AgentProfileLRSResponse 

Parameters

id
Type: System..::..String

[Missing <param name="id"/> documentation for "M:TinCan.RemoteLRS.RetrieveAgentProfile(System.String,TinCan.Agent)"]

agent
Type: TinCan..::..Agent

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

Return Value

Type: AgentProfileLRSResponse

[Missing <returns> documentation for "M:TinCan.RemoteLRS.RetrieveAgentProfile(System.String,TinCan.Agent)"]

Implements

ILRS..::..RetrieveAgentProfile(String, Agent)

See Also