C# Class Microsoft.Diagnostics.Tracing.Parsers.NetricInterceptWebRequest.OnBeginArgs

Inheritance: System.Diagnostics.TraceEvent
Show file Open project: MaciekLesiczka/netric Class Usage Examples

Public Methods

Method Description
PayloadValue ( int index ) : object
ToXml ( StringBuilder sb ) : StringBuilder

Protected Methods

Method Description
Dispatch ( ) : void
Validate ( ) : void

Private Methods

Method Description
OnBeginArgs ( Action target, int eventID, int task, string taskName, System.Guid taskGuid, int opcode, string opcodeName, System.Guid providerGuid, string providerName ) : System

Method Details

Dispatch() protected method

protected Dispatch ( ) : void
return void

PayloadValue() public method

public PayloadValue ( int index ) : object
index int
return object

ToXml() public method

public ToXml ( StringBuilder sb ) : StringBuilder
sb StringBuilder
return StringBuilder

Validate() protected method

protected Validate ( ) : void
return void