ProcessQueueTSynchronizedOperationType Property
Gets or sets the type of synchronized operation used to process items in a real-time
ProcessQueueT.
Namespace: Gemstone.Threading.CollectionsAssembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.171 -- Release Build+1fadf9883481af612a0ac41fa386e4d8235ed765
public virtual SynchronizedOperationType SynchronizedOperationType { get; set; }
Public Overridable Property SynchronizedOperationType As SynchronizedOperationType
Get
Set
public:
virtual property SynchronizedOperationType SynchronizedOperationType {
SynchronizedOperationType get ();
void set (SynchronizedOperationType value);
}
function get_SynchronizedOperationType();
function set_SynchronizedOperationType(value);
Property Value
SynchronizedOperationType