CmisSync.Lib.Cmis.StandardAuthenticationProviderWrapper.Dispose C# (CSharp) Метод

Dispose() публичный Метод

Releases all resource used by the CmisSync.Lib.Cmis.StandardAuthtenticationProvider object.
Call Dispose when you are finished using the CmisSync.Lib.Cmis.StandardAuthtenticationProvider. The Dispose method leaves the CmisSync.Lib.Cmis.StandardAuthtenticationProvider in an unusable state. After calling Dispose, you must release all references to the CmisSync.Lib.Cmis.StandardAuthtenticationProvider so the garbage collector can reclaim the memory that the CmisSync.Lib.Cmis.StandardAuthtenticationProvider was occupying.
public Dispose ( ) : void
Результат void
        public void Dispose() {
        }
StandardAuthenticationProviderWrapper