C# Class MongoDB.Web.Providers.MongoDBWebEventProvider

Inheritance: System.Web.Management.BufferedWebEventProvider
Mostrar archivo Open project: marcosb/MongoDB.Web

Public Methods

Method Description
Initialize ( string name, NameValueCollection config ) : void
ProcessEventFlush ( System.Web.Management.WebEventBufferFlushInfo flushInfo ) : void

Method Details

Initialize() public method

public Initialize ( string name, NameValueCollection config ) : void
name string
config System.Collections.Specialized.NameValueCollection
return void

ProcessEventFlush() public method

public ProcessEventFlush ( System.Web.Management.WebEventBufferFlushInfo flushInfo ) : void
flushInfo System.Web.Management.WebEventBufferFlushInfo
return void