IJoinableTaskFactoryAwareHostObject Interface

Definition

Allows for a host object to be able to use the main thread without blocking a build that is blocked on the main thread.

public interface class IJoinableTaskFactoryAwareHostObject
public interface IJoinableTaskFactoryAwareHostObject
type IJoinableTaskFactoryAwareHostObject = interface
Public Interface IJoinableTaskFactoryAwareHostObject

Methods

SetContext(JoinableTaskFactory)

Set the joinable task factory that the host object should use for thread switching operations.

Applies to