DeviceChannel.Stop Method

Method to stop channel
<ID("Stop", (int)e.Stop)> _ 
Public Function Stop( _ 
ByVal timeoutInSeconds As Integer
) As Boolean
This language is not supported or no code example is available.
[ID("Stop", (int)e.Stop)] 
public bool Stop( 
int timeoutInSeconds 
)
This language is not supported or no code example is available.

Parameters

timeoutInSeconds
int

Timeout in seconds.

Return Value

bool

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition