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.170 -- Release Build+c182f6ab0de7d8c2535312827c244b8c677ffdd5
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