BloxAsyncState<T> constructor

BloxAsyncState<T>(
  1. T data
)

Implementation

BloxAsyncState(T data) : super(data);