コード例 #1
0
ファイル: RabbitMQMessageQueue.cs プロジェクト: nlhepler/mono
		private IMessage DoReceive (IMessagingContext context, TimeSpan timeout,
									IsMatch matcher, bool ack)
		{
			return context.Receive (QRef, timeout, matcher, ack);
		}
コード例 #2
0
 public SessionNegotiator(IMessagingContext messagingContext) : base(messagingContext)
 {
 }
コード例 #3
0
 public MessageService(IMessagingContext messagingContext) : base(messagingContext)
 {
 }
コード例 #4
0
 public TlsNegotiator(IMessagingContext messagingContext) : base(messagingContext)
 {
 }
コード例 #5
0
 protected FeatureNegotiator(IMessagingContext messagingContext) : base(messagingContext)
 {
 }
コード例 #6
0
ファイル: RosterService.cs プロジェクト: BuzzX8/HyperMsg.Xmpp
 public RosterService(IMessagingContext messagingContext) : base(messagingContext)
 {
 }