Method | Description | |
---|---|---|
BeginInvoke ( this entrywritteneventhandler, Object sender, System.Diagnostics.EntryWrittenEventArgs e, AsyncCallback callback ) : IAsyncResult |
Extends BeginInvoke so that when a state object is not needed, null does not need to be passed.
|
public static BeginInvoke ( this entrywritteneventhandler, Object sender, System.Diagnostics.EntryWrittenEventArgs e, AsyncCallback callback ) : IAsyncResult | ||
entrywritteneventhandler | this | |
sender | Object | |
e | System.Diagnostics.EntryWrittenEventArgs | |
callback | AsyncCallback | |
return | IAsyncResult |