|
RadiusClientCheckDisposed Method
|
Helper method to check whether or not the object instance has been disposed.
Namespace: GSF.Communication.RadiusAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.207-beta
Syntax protected void CheckDisposed()
Protected Sub CheckDisposed
protected:
void CheckDisposed()
member CheckDisposed : unit -> unit
function CheckDisposed();
View SourceRemarks This method is to be called before performing any operation.
See Also