3 references to InstanceContextEmptyCallback
System.ServiceModel (3)
System\ServiceModel\InstanceContext.cs (1)
19
internal static
InstanceContextEmptyCallback
NotifyEmptyCallback = new InstanceContextEmptyCallback(InstanceContext.NotifyEmpty);
System\ServiceModel\ServiceChannelManager.cs (2)
19
InstanceContextEmptyCallback
emptyCallback;
30
public ServiceChannelManager(InstanceContext instanceContext,
InstanceContextEmptyCallback
emptyCallback)