System.ServiceModel.Channels.SendAsyncHandler sealed delegate SendAsyncHandler : MulticastDelegate Documentation Code namespace System.ServiceModel.Channels { internal delegate Task SendAsyncHandler (MessageAttemptInfo attemptInfo, TimeSpan timeout, bool maskUnhandledException); }