次の方法で共有


TransportDuplexSessionChannel.TryReceive(TimeSpan, Message) メソッド

定義

public:
 virtual bool TryReceive(TimeSpan timeout, [Runtime::InteropServices::Out] System::ServiceModel::Channels::Message ^ % message);
public bool TryReceive (TimeSpan timeout, out System.ServiceModel.Channels.Message message);
abstract member TryReceive : TimeSpan * Message -> bool
override this.TryReceive : TimeSpan * Message -> bool
Public Function TryReceive (timeout As TimeSpan, ByRef message As Message) As Boolean

パラメーター

timeout
TimeSpan
message
Message

戻り値

実装

適用対象