AngularAzureSearch.WebAPI.PartitionRepositories.DocumentDbPartitioningClient.DisposeCore C# (CSharp) Method

DisposeCore() protected method

protected DisposeCore ( ) : void
return void
        protected override void DisposeCore()
        {
            if (_client != null)
            {
                _client.Dispose();
            }
        }