BluetoothStatusConnectionGetConnectionReestablisher Method (Int64)
|
[Missing <summary> documentation for "M:Zebra.Sdk.Comm.BluetoothStatusConnection.GetConnectionReestablisher(System.Int64)"]
Namespace:
Zebra.Sdk.Comm
Assembly:
ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
Syntax public override ConnectionReestablisher GetConnectionReestablisher(
long thresholdTime
)
Public Overrides Function GetConnectionReestablisher (
thresholdTime As Long
) As ConnectionReestablisher
public:
virtual ConnectionReestablisher^ GetConnectionReestablisher(
long long thresholdTime
) override
Parameters
- thresholdTime
- Type: SystemInt64
[Missing <param name="thresholdTime"/> documentation for "M:Zebra.Sdk.Comm.BluetoothStatusConnection.GetConnectionReestablisher(System.Int64)"]
Return Value
Type:
ConnectionReestablisherImplements
ConnectionGetConnectionReestablisher(Int64)See Also