Method | Description | |
---|---|---|
RunInMTA ( ThreadStart userDelegate ) : void | ||
RunInSTA ( ThreadStart userDelegate ) : void |
Method | Description | |
---|---|---|
ExceptionWasThrown ( ) : bool | ||
Run ( ThreadStart userDelegate, ApartmentState apartmentState ) : void | ||
ThrowExceptionPreservingStack ( |
public RunInMTA ( ThreadStart userDelegate ) : void | ||
userDelegate | ThreadStart | |
return | void |
public RunInSTA ( ThreadStart userDelegate ) : void | ||
userDelegate | ThreadStart | |
return | void |