Share via


ContextSynchronizationMethod Enumeration

The possible methods for sending data to the synchronization context.

Syntax

public enum ContextSynchronizationMethod

Members

  Member name Value Description
Post The send method is used to pass synchronous message to the context.
Send The post method is used to pass an asynchronous message to the context.

Requirements

Namespace: Microsoft.Kinect.Toolkit

Assembly: Microsoft.Kinect.Toolkit (in microsoft.kinect.toolkit.dll)

See Also

Reference

Microsoft.Kinect.Toolkit Namespace