Click or drag to resize
OpenStackNet Methods

The OpenStackNet type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConfigure Obsolete.

DEPRECATED, use the Configuring event instead.

Provides thread-safe accesss to OpenStack.NET's global configuration options.

Can only be called once at application start-up, before instantiating any OpenStack.NET objects.

Public methodStatic memberDeserializeT
Deserializes an object from a json string representation.
Public methodStatic memberResetDefaults
Resets all configuration (OpenStack.NET, Flurl and Json.NET).

After this is called, you must re-register any Configuring event handlers.

Public methodStatic memberSerialize
Serializes an object to a json string representation
Top
See Also