DeviceChannel.Start Method

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

Parameters

timeoutInSeconds
int

Timeout in seconds.

Return Value

bool

Return if channel is running.

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition