메소드 | 설명 | |
---|---|---|
CreateCopy ( ) : |
Creates the copy.
|
|
NSThreadSynchronizationContext ( ) : System |
Initializes a new instance of the Monobjc.Foundation.NSThreadSynchronizationContext class.
|
|
NSThreadSynchronizationContext ( |
Initializes a new instance of the Monobjc.Foundation.NSThread+NSThreadSynchronizationContext class.
|
|
Post ( SendOrPostCallback d, Object state ) : void |
Post an operation to the thread asynchronously.
|
|
Send ( SendOrPostCallback d, Object state ) : void |
Send an operation to the thread and block until complete.
|
public CreateCopy ( ) : |
||
리턴 |
public NSThreadSynchronizationContext ( ) : System | ||
리턴 | System |
public NSThreadSynchronizationContext ( |
||
thread | The underlying thread. | |
리턴 | System |
public Post ( SendOrPostCallback d, Object state ) : void | ||
d | SendOrPostCallback | Delegate to invoke |
state | Object | State object |
리턴 | void |
public Send ( SendOrPostCallback d, Object state ) : void | ||
d | SendOrPostCallback | Delegate to invoke |
state | Object | State object |
리턴 | void |