Apache.Hadoop.Thriftfs.Api.ThriftHadoopFileSystem.Processor.shutdown_Process C# (CSharp) 메소드

shutdown_Process() 공개 메소드

public shutdown_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
리턴 void
            public void shutdown_Process(int seqid, TProtocol iprot, TProtocol oprot)
            {
                shutdown_args args = new shutdown_args();
                args.Read(iprot);
                iprot.ReadMessageEnd();
                shutdown_result result = new shutdown_result();
                iface_.shutdown(args.Status);
                oprot.WriteMessageBegin(new TMessage("shutdown", TMessageType.Reply, seqid));
                result.Write(oprot);
                oprot.WriteMessageEnd();
                oprot.Transport.Flush();
            }