메소드 | 설명 | |
---|---|---|
BeginInvoke ( this timerelapsedeventhandler, Object sender, Microsoft.Win32.TimerElapsedEventArgs 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 timerelapsedeventhandler, Object sender, Microsoft.Win32.TimerElapsedEventArgs e, AsyncCallback callback ) : IAsyncResult | ||
timerelapsedeventhandler | this | |
sender | Object | |
e | Microsoft.Win32.TimerElapsedEventArgs | |
callback | AsyncCallback | |
리턴 | IAsyncResult |