Table of Contents

Class FlightInfoCancelResult

Namespace
Apache.Arrow.Flight
Assembly
Apache.Arrow.Flight.dll
public class FlightInfoCancelResult : IMessage
Inheritance
FlightInfoCancelResult
Implements
IMessage
Inherited Members

Constructors

FlightInfoCancelResult()

public FlightInfoCancelResult()

Properties

Descriptor

Descriptor for this message. All instances are expected to return the same descriptor, and for generated types this will be an explicitly-implemented member, returning the same value as the static property declared on the type.

public MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

Methods

CalculateSize()

Calculates the size of this message in Protocol Buffer wire format, in bytes.

public int CalculateSize()

Returns

int

The number of bytes required to write this message to a coded output stream.

GetCancelStatus()

public int GetCancelStatus()

Returns

int

MergeFrom(CodedInputStream)

Merges the data from the specified coded input stream with the current message.

public void MergeFrom(CodedInputStream input)

Parameters

input CodedInputStream

Remarks

See the user guide for precise merge semantics.

SetStatus(int)

public void SetStatus(int status)

Parameters

status int

WriteTo(CodedOutputStream)

Writes the data to the given coded output stream.

public void WriteTo(CodedOutputStream output)

Parameters

output CodedOutputStream

Coded output stream to write the data to. Must not be null.