다음을 통해 공유


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

반환

구현

적용 대상