Microsoft.AspNet.SignalR.Transports.ServerSentEventsTransport.KeepAlive C# (CSharp) Method

KeepAlive() public method

public KeepAlive ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
        public override Task KeepAlive()
        {
            // Ensure delegate continues to use the C# Compiler static delegate caching optimization.
            return EnqueueOperation(state => PerformKeepAlive(state), this);
        }