3 references to AsyncWaitCallback
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (3)
111private AsyncWaitCallback _asyncCallback; 131public InterruptibleTimer(TimeSpan defaultInterval, AsyncWaitCallback callback, object state) : this(defaultInterval, null, callback, state) 141private InterruptibleTimer(TimeSpan defaultInterval, WaitCallback callback, AsyncWaitCallback asyncCallback, object state)