Method | Description | |
---|---|---|
BeginInvoke ( this logreadyroutedeventhandler, Object sender, System.Windows.Media.LogReadyRoutedEventArgs 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 logreadyroutedeventhandler, Object sender, System.Windows.Media.LogReadyRoutedEventArgs e, AsyncCallback callback ) : IAsyncResult | ||
logreadyroutedeventhandler | this | |
sender | Object | |
e | System.Windows.Media.LogReadyRoutedEventArgs | |
callback | AsyncCallback | |
return | IAsyncResult |