Method | Description | |
---|---|---|
MonitorWait ( object syncObject ) : void | ||
PulseMonitor ( AsyncCompletedEventArgs eventArgs ) : void | ||
Sleep ( int waitingTime ) : void |
public static MonitorWait ( object syncObject ) : void | ||
syncObject | object | |
return | void |
public static PulseMonitor ( AsyncCompletedEventArgs eventArgs ) : void | ||
eventArgs | AsyncCompletedEventArgs | |
return | void |
public static Sleep ( int waitingTime ) : void | ||
waitingTime | int | |
return | void |