Click or drag to resize

IExecutionProfileOptions Interface

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public interface IExecutionProfileOptions

The IExecutionProfileOptions type exposes the following members.

Methods
  NameDescription
Public methodWithDerivedProfile

The behavior of this method is the same as WithProfile(String, ActionIExecutionProfileBuilder) but instead of adding a normal execution profile, this method can be used to add a derived execution profile which is a profile that will inherit any unset settings from the base execution profile specified by baseProfile.

Public methodWithProfile

Adds an execution profile to this ExecutionProfileOptions instance. The name that is provided here is the name that must be provided to the several driver APIs that support execution profiles like ExecuteAsync(IStatement, String) or WithExecutionProfile(String).

Top
See Also

Reference