Method | Description | |
---|---|---|
RunInMTA ( Action function ) : void | ||
RunInSTA ( Action function ) : void | ||
RunInSta ( Action userDelegate ) : void |
Method | Description | |
---|---|---|
ExceptionWasThrown ( ) : bool | ||
MultiThreadedWorker ( ThreadStart, userDelegate ) : void | ||
Run ( ThreadStart, userDelegate, ApartmentState, apartmentState ) : void | ||
RunInMTA ( ThreadStart, userDelegate ) : void | ||
RunInSTA ( ThreadStart, userDelegate ) : void | ||
ThrowExceptionPreservingStack ( Exception exception ) : void |
public RunInSta ( Action userDelegate ) : void | ||
userDelegate | Action | |
return | void |