IExecutionProfileOptionsWithProfile Method |
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).
Namespace: Cassandra
IExecutionProfileOptions WithProfile( string name, Action<IExecutionProfileBuilder> profileBuildAction )