共用方式為


ElectronicValueRW.CancelValue(Int32, Int32) Method

Definition

Cancels the Electronic Value related operation specified by SequenceNumber on demand.

public abstract void CancelValue (int sequenceNumber, int timeout);
abstract member CancelValue : int * int -> unit
Public MustOverride Sub CancelValue (sequenceNumber As Integer, timeout As Integer)

Parameters

sequenceNumber
Int32

Sequence number.

timeout
Int32

The maximum waiting time (in milliseconds) until the response is received from the device. WaitForever can be specified.

Applies to