Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将字节数组值附加到 QABinaryMessage 实例的消息主体中。
Visual Basic Public Sub WriteBinary( _ ByVal val As Byte() _ )
C# public void WriteBinary( byte[] val );
val 写入消息主体的字节数组值。