C-DEngine 5.105

TheThing..::..UnregisterStatusChanged Method

Unregisters a function that is called when the StatusLevel of this Thing has changed

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void UnregisterStatusChanged(
	Action<cdeP> sinkStatusHasChanged
)
Public Sub UnregisterStatusChanged ( _
	sinkStatusHasChanged As Action(Of cdeP) _
)
public:
void UnregisterStatusChanged(
	Action<cdeP^>^ sinkStatusHasChanged
)

Parameters

sinkStatusHasChanged
Type: Action<(Of <(<'cdeP>)>)>