Microsoft.AspNet.SignalR.SqlServer.ObservableDbOperation.InitEvents C# (CSharp) Method

InitEvents() private method

private InitEvents ( ) : void
return void
        private void InitEvents()
        {
            Faulted += _ => { };
            Queried += () => { };
            Changed += () => { };
        }