CmisSync.Lib.Streams.TransmissionStream.SetLength C# (CSharp) 메소드

SetLength() 공개 메소드

Sets the length of the wrapped instance.
public SetLength ( long value ) : void
value long /// Value passed to the wrapped instance. ///
리턴 void
        public override void SetLength(long value) {
            this.progress.SetLength(value);
        }