private static async Task WriteByte(short id, sbyte value) { await _thrift.WriteFieldBeginAsync(new TField(null, TType.Byte, id), System.Threading.CancellationToken.None); await _thrift.WriteByteAsync(value, System.Threading.CancellationToken.None); }
private static async Task WriteByte(short id, sbyte value) { await _thrift.WriteFieldBeginAsync(new TField(null, TType.Byte, id)); await _thrift.WriteByteAsync(value); }