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

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

Syntax

C#
public LRSResponse DeleteState(
	StateDocument state
)
Visual Basic
Public Function DeleteState ( 
	state As StateDocument
) As LRSResponse
Visual C++
public:
virtual LRSResponse^ DeleteState(
	StateDocument^ state
) sealed
F#
abstract DeleteState : 
        state : StateDocument -> LRSResponse 
override DeleteState : 
        state : StateDocument -> LRSResponse 

Parameters

state
Type: TinCan.Documents..::..StateDocument

[Missing <param name="state"/> documentation for "M:TinCan.RemoteLRS.DeleteState(TinCan.Documents.StateDocument)"]

Return Value

Type: LRSResponse

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

Implements

ILRS..::..DeleteState(StateDocument)

See Also