Struct system_configuration::dynamic_store::SCDynamicStoreBuilder [] [src]

pub struct SCDynamicStoreBuilder<T> { /* fields omitted */ }

Builder for SCDynamicStore sessions.

Methods

impl SCDynamicStoreBuilder<()>
[src]

[src]

Creates a new builder. name is used as the name parameter when creating the SCDynamicStore session.

impl<T> SCDynamicStoreBuilder<T>
[src]

[src]

Set wether or not the created SCDynamicStore should have session keys or not. See SCDynamicStoreCreateWithOptions for details.

Defaults to false.

[src]

Set a callback context (callback function and data to pass to each callback call).

Defaults to having callbacks disabled.

[src]

Create the dynamic store session.