MarkLogic XCC/.Net Library

RequestOptions.ApplyEffectiveValues Method 

Set the option values of this object to the effective values obtained by merging each of the RequestOption objects in the array. Last, non-default value wins (starting at index 0). Any remaining values that indicate a default are replaced with the appropriate value.

This method is primarily intended for internal use. In general, you should instantiate a new RequestOptions object and set only those properties you want to explicitly override.

[Visual Basic]
Overridable Public Sub ApplyEffectiveValues( _
   ByVal others As RequestOptions() _
)
[C#]
public virtual void ApplyEffectiveValues(
   RequestOptions[] others
);

Parameters

others
An array of RequestOption objects whose values will be collapsed into this oject.

See Also

RequestOptions Class | Marklogic.Xcc Namespace