Class Close
Close a Expect block.
Closing a Expect block restores the state of the previous Expect
block for the following messages.
@returns @ref Mysqlx::Ok on success, @ref Mysqlx::Error on error
Inheritance
System.Object
Close
Implements
Google.Protobuf.IBufferMessage
Assembly: MySql.Data.dll
Version: 9.2.0
Syntax
public sealed class Close : Google.Protobuf.IMessage<Close>
Constructors
Close()
Declaration
Close(Close)
Declaration
public Close(Close other)
Parameters
Type |
Name |
Description |
Close |
other |
|
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<Close> Parser { get; }
Property Value
Type |
Description |
Google.Protobuf.MessageParser<Close> |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type |
Description |
System.Int32 |
|
Clone()
Declaration
Returns
Equals(Close)
Declaration
public bool Equals(Close other)
Parameters
Type |
Name |
Description |
Close |
other |
|
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
System.Object |
other |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(Close)
Declaration
public void MergeFrom(Close other)
Parameters
Type |
Name |
Description |
Close |
other |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
WriteTo(Google.Protobuf.CodedOutputStream)
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IBufferMessage