예제 #1
0
 private void OnPullDataRetrieved(object sender, ResponseStreamContext <DataPullResponse> e)
 {
     DataRetrieved?.Invoke(sender, e);
 }