LAUREL BRIDGE

TlsNetworkSocketPoll Method

DICOM Connectivity Framework V3.4
Invoke a poll on the socket with microseconds timeout and selected mode

Namespace:  LaurelBridge.DCFExamples.TLS
Assemblies:   EchoSCU (in EchoSCU.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
  VerificationSCPExtended (in VerificationSCPExtended.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
Syntax

C#
public override bool Poll(
	int microseconds,
	SelectMode mode
)

Parameters

microseconds
Type: SystemInt32
timeout for poll in microseconds
mode
Type: System.Net.SocketsSelectMode
polling modes are read, write, or error

Return Value

Type: Boolean
the status of the socket based on the polling mode
See Also

Reference