Click or drag to resize

BasicThread Methods

The BasicThread type exposes the following members.

Methods
 NameDescription
Public methodCreateCopy Create a copy of the SynchronizationContext.
(Overrides SynchronizationContextCreateCopy)
Public methodDispose Releases the resources used by the BasicThread.
Protected methodDispose(Boolean) Releases the unmanaged resources and optionally releases the managed resources.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsWaitNotificationRequiredDetermines if wait notification is required.
(Inherited from SynchronizationContext)
Public methodKill Kills the BasicThread object.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodOperationCompletedWhen overridden in a derived class, responds to the notification that an operation has completed.
(Inherited from SynchronizationContext)
Public methodOperationStartedWhen overridden in a derived class, responds to the notification that an operation has started.
(Inherited from SynchronizationContext)
Public methodPost Dispatches an asynchronous message to a synchronization context.
(Overrides SynchronizationContextPost(SendOrPostCallback, Object))
Public methodPostAction Dispatches an asynchronous action to a BasicThread's context.
Public methodSend Dispatches a synchronous message to a synchronization context.
(Overrides SynchronizationContextSend(SendOrPostCallback, Object))
Public methodSendAction Dispatches a synchronous action to a BasicThread's context.
Protected methodSetWaitNotificationRequiredSets 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)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWaitWaits for any or all the elements in the specified array to receive a signal.
(Inherited from SynchronizationContext)
Top
See Also