Clone
This method creates a copy of an OracleAQDequeueOptions
object.
Declaration
// C# public object Clone();
Return Value
An OracleAQDequeueOptions
object.
Implements
ICloneable
.
Remarks
The cloned object has the same property values as the object being cloned.