CRaPI - Correct Robust and Perfect API

CommandQueue.GetCommand Method 

Returns the first Command object in the queue with the CommandType pType

public Command GetCommand(
   CommandType pType
);

Parameters

pType
The CommandType

Return Value

A Command

See Also

CommandQueue Class | TeamYaffa.CRaPI Namespace