| 
            
              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.257-beta
Syntaxprotected void CheckDisposed()
Protected Sub CheckDisposed
protected:
void CheckDisposed()
member CheckDisposed : unit -> unit 
function CheckDisposed();
 View Source
RemarksThis method is to be called before performing any operation.
See Also