Apache.Hadoop.Thriftfs.Api.ThriftHadoopFileSystem.chown_result.Write C# (CSharp) Метод

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

public Write ( TProtocol oprot ) : void
oprot Thrift.Protocol.TProtocol
Результат void
            public void Write(TProtocol oprot)
            {
                TStruct struc = new TStruct("chown_result");
                oprot.WriteStructBegin(struc);
                TField field = new TField();

                if (this.__isset.ouch) {
                  if (Ouch != null) {
                field.Name = "Ouch";
                field.Type = TType.Struct;
                field.ID = 1;
                oprot.WriteFieldBegin(field);
                Ouch.Write(oprot);
                oprot.WriteFieldEnd();
                  }
                }
                oprot.WriteFieldStop();
                oprot.WriteStructEnd();
            }
ThriftHadoopFileSystem.chown_result