[Missing <summary> documentation for "M:TinCan.RemoteLRS.SaveAgentProfile(TinCan.Documents.AgentProfileDocument)"]

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

Syntax

C#
public LRSResponse SaveAgentProfile(
	AgentProfileDocument profile
)
Visual Basic
Public Function SaveAgentProfile ( 
	profile As AgentProfileDocument
) As LRSResponse
Visual C++
public:
virtual LRSResponse^ SaveAgentProfile(
	AgentProfileDocument^ profile
) sealed
F#
abstract SaveAgentProfile : 
        profile : AgentProfileDocument -> LRSResponse 
override SaveAgentProfile : 
        profile : AgentProfileDocument -> LRSResponse 

Parameters

profile
Type: TinCan.Documents..::..AgentProfileDocument

[Missing <param name="profile"/> documentation for "M:TinCan.RemoteLRS.SaveAgentProfile(TinCan.Documents.AgentProfileDocument)"]

Return Value

Type: LRSResponse

[Missing <returns> documentation for "M:TinCan.RemoteLRS.SaveAgentProfile(TinCan.Documents.AgentProfileDocument)"]

Implements

ILRS..::..SaveAgentProfile(AgentProfileDocument)

See Also