2 instantiations of MsmqSessionReceiveContext
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (2)
129
message.Properties[ReceiveContext.Name] = new
MsmqSessionReceiveContext
(this);
164
message.Properties[ReceiveContext.Name] = new
MsmqSessionReceiveContext
(this);
4 references to MsmqSessionReceiveContext
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (4)
370
MsmqSessionReceiveContext
receiveContext;
377
SessionReceiveContextAsyncResult(
MsmqSessionReceiveContext
receiveContext, TimeSpan timeout, AsyncCallback callback, object state, Action<object> target)
386
public static IAsyncResult CreateComplete(
MsmqSessionReceiveContext
receiveContext, TimeSpan timeout, AsyncCallback callback, object state)
395
public static IAsyncResult CreateAbandon(
MsmqSessionReceiveContext
receiveContext, TimeSpan timeout, AsyncCallback callback, object state)