public Func<TClient, Task<bool>> ActionForConnect { get; set; }
Public Property ActionForConnect As Func(Of TClient, Task(Of Boolean)) Get Set
member ActionForConnect : Func<'TClient, Task<bool>> with get, set
In This Article