BlueLibs documentation

OBEXConnectionBase.Dispose Method (Boolean)

Clean up any resources being used.

[Visual Basic]
Overrides Overloads Protected Sub Dispose( _
   ByVal disposing As Boolean _
)
[C#]
protected override void Dispose(
   bool disposing
);

Parameters

disposing
A Boolean value that determines if the managed resources should be released. true if the managed resources are released; false if only the unmanaged resources are released.

See Also

OBEXConnectionBase Class | BlueLibs.Components Namespace | OBEXConnectionBase.Dispose Overload List