Cloo 0.9.1
Protected Member Functions | Properties
Cloo.ComputeEvent Class Reference

Represents an OpenCL event. More...

Inheritance diagram for Cloo.ComputeEvent:
Cloo.ComputeEventBase Cloo.ComputeResource Cloo.ComputeObject

List of all members.

Protected Member Functions

override void Dispose (bool manual)
 Releases the associated OpenCL object.

Properties

ComputeCommandQueue CommandQueue [get, set]
 Gets the ComputeCommandQueue associated with the ComputeEvent.

Detailed Description

Represents an OpenCL event.

An event encapsulates the status of an operation such as a command. It can be used to synchronize operations in a context.

See also:
ComputeUserEvent, ComputeCommandQueue, ComputeContext

Member Function Documentation

override void Cloo.ComputeEvent.Dispose ( bool  manual) [protected, virtual]

Releases the associated OpenCL object.

Parameters:
manualSpecifies the operation mode of this method.

manual must be true if this method is invoked directly by the application.

Reimplemented from Cloo.ComputeEventBase.


Property Documentation

ComputeCommandQueue Cloo.ComputeEvent.CommandQueue [get, set]

Gets the ComputeCommandQueue associated with the ComputeEvent.

The ComputeCommandQueue associated with the ComputeEvent.


The documentation for this class was generated from the following file: