Implemented interface member:
method
GetExistingInstanceContext
System.ServiceModel.Dispatcher.IInstanceContextProvider.GetExistingInstanceContext(System.ServiceModel.Channels.Message, System.ServiceModel.IContextChannel)
1 override of GetExistingInstanceContext
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowInstanceContextProvider.cs (1)
50
public override InstanceContext
GetExistingInstanceContext
(Message message, IContextChannel channel)
1 reference to GetExistingInstanceContext
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowInstanceContextProvider.cs (1)
52
InstanceContext instanceContext = base.
GetExistingInstanceContext
(message, channel);