AsyncMulticastDelegate<TParam1>.RemoveHandler Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Atomically removes a handler from the invocation list.
public void RemoveHandler(Func<TParam1,System.Threading.Tasks.Task> value);
member this.RemoveHandler : Func<'TParam1, System.Threading.Tasks.Task> -> unit
Public Sub RemoveHandler (value As Func(Of TParam1, Task))