[Missing <summary> documentation for "M:TinCan.RemoteLRS.DeleteAgentProfile(TinCan.Documents.AgentProfileDocument)"]
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)
Syntax
| C# |
|---|
public LRSResponse DeleteAgentProfile( AgentProfileDocument profile ) |
| Visual Basic |
|---|
Public Function DeleteAgentProfile ( profile As AgentProfileDocument ) As LRSResponse |
| Visual C++ |
|---|
public: virtual LRSResponse^ DeleteAgentProfile( AgentProfileDocument^ profile ) sealed |
| F# |
|---|
abstract DeleteAgentProfile : profile : AgentProfileDocument -> LRSResponse override DeleteAgentProfile : profile : AgentProfileDocument -> LRSResponse |
Parameters
- profile
- Type: TinCan.Documents..::..AgentProfileDocument
[Missing <param name="profile"/> documentation for "M:TinCan.RemoteLRS.DeleteAgentProfile(TinCan.Documents.AgentProfileDocument)"]
Return Value
Type: LRSResponse[Missing <returns> documentation for "M:TinCan.RemoteLRS.DeleteAgentProfile(TinCan.Documents.AgentProfileDocument)"]