Beispiel #1
0
 public static void CloseSafe(this IFABChannel channel)
 {
     CompleteChannelCloseTaskSafely(channel, channel.CloseAsync());
 }