Amazon.StorageGateway.Model.DescribeUploadBufferResult.IsSetUploadBufferAllocatedInBytes C# (CSharp) Method

IsSetUploadBufferAllocatedInBytes() private method

private IsSetUploadBufferAllocatedInBytes ( ) : bool
return bool
        internal bool IsSetUploadBufferAllocatedInBytes()
        {
            return this.uploadBufferAllocatedInBytes.HasValue;
        }
    }