InMemoryCallbackDispatcher constructor

In-memory dispatcher for enqueuing callback requests.

public InMemoryCallbackDispatcher(InMemoryCallbackQueue queue)
parameter description
queue The in-memory callback queue to use for dispatching callbacks.

Remarks

Initializes a new instance of the InMemoryCallbackDispatcher class.

See Also