Documentation for this section has not yet been entered.
If a class supports multiple asynchronous methods, or multiple invocations of a single method, you can determine which task raised the MethodNameCompleted event by checking the value of the AsyncCompletedEventArgs.UserState property. Your code will need track these tokens, known as task IDs, as their corresponding asynchronous tasks start and complete.
The value of this property is set during the original call to the asynchronous method that started the task.