次の方法で共有


OutgoingMessageBody クラス

定義

ネットワーク経由で送信される送信メッセージ本文を表します。

public sealed class OutgoingMessageBody : IDisposable, Microsoft.ServiceFabric.Services.Remoting.V2.Messaging.IOutgoingMessageBody
type OutgoingMessageBody = class
    interface IOutgoingMessageBody
    interface IDisposable
Public NotInheritable Class OutgoingMessageBody
Implements IDisposable, IOutgoingMessageBody
継承
OutgoingMessageBody
実装

コンストラクター

OutgoingMessageBody(IEnumerable<ArraySegment<Byte>>)

OutgoingMessageBody クラスの新しいインスタンスを初期化します。 セグメントの一覧を含む OutgoingMessageBody を作成します。

OutgoingMessageBody(IEnumerable<IPooledBuffer>)

OutgoingMessageBody クラスの新しいインスタンスを初期化します。 プールされたバッファーの一覧を含む OutgoingMessageBody を作成します

メソッド

Dispose()

プールされたバッファーがある場合は解放します。

GetSendBuffers()

ネットワーク経由で送信されるバッファーを返します。

適用対象