Basic |
The BasicThread type exposes the following members.
| Name | Description | |
|---|---|---|
| BasicThread | Initializes a new instance of the BasicThread class. |
| Name | Description | |
|---|---|---|
| CreateCopy |
Create a copy of the SynchronizationContext.
(Overrides SynchronizationContextCreateCopy) | |
| Dispose | Releases the resources used by the BasicThread. | |
| Dispose(Boolean) | Releases the unmanaged resources and optionally releases the managed resources. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsWaitNotificationRequired | Determines if wait notification is required. (Inherited from SynchronizationContext) | |
| Kill | Kills the BasicThread object. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OperationCompleted | When overridden in a derived class, responds to the notification that an operation has completed. (Inherited from SynchronizationContext) | |
| OperationStarted | When overridden in a derived class, responds to the notification that an operation has started. (Inherited from SynchronizationContext) | |
| Post |
Dispatches an asynchronous message to a synchronization context.
(Overrides SynchronizationContextPost(SendOrPostCallback, Object)) | |
| PostAction | Dispatches an asynchronous action to a BasicThread's context. | |
| Send |
Dispatches a synchronous message to a synchronization context.
(Overrides SynchronizationContextSend(SendOrPostCallback, Object)) | |
| SendAction | Dispatches a synchronous action to a BasicThread's context. | |
| SetWaitNotificationRequired | Sets notification that wait notification is required and prepares the callback method so it can be called more reliably when a wait occurs. (Inherited from SynchronizationContext) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Wait | Waits for any or all the elements in the specified array to receive a signal. (Inherited from SynchronizationContext) |