Microsoft.AspNet.SignalR.Transports.ServerSentEventsTransport.KeepAlive C# (CSharp) 메소드

KeepAlive() 공개 메소드

public KeepAlive ( ) : System.Threading.Tasks.Task
리턴 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);
        }