CmisSync.Lib.Cmis.PersistentStandardAuthenticationProvider.Dispose C# (CSharp) Method

Dispose() public method

Releases all resource used by the CmisSync.Lib.Cmis.PersistentStandardAuthenticationProvider object.
Call Dispose when you are finished using the CmisSync.Lib.Cmis.PersistentStandardAuthenticationProvider. The Dispose method leaves the CmisSync.Lib.Cmis.PersistentStandardAuthenticationProvider in an unusable state. After calling Dispose, you must release all references to the CmisSync.Lib.Cmis.PersistentStandardAuthenticationProvider so the garbage collector can reclaim the memory that the CmisSync.Lib.Cmis.PersistentStandardAuthenticationProvider was occupying.
public Dispose ( ) : void
return void
        public void Dispose() {
            this.Dispose(true);
            GC.SuppressFinalize(this);
        }

Same methods

PersistentStandardAuthenticationProvider::Dispose ( bool disposing ) : void