Click or drag to resize
OpenStackNet Class
A static container for global configuration settings affecting OpenStack.NET behavior.
Inheritance Hierarchy
SystemObject
  OpenStackOpenStackNet

Namespace: OpenStack
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public static class OpenStackNet

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
Properties
  NameDescription
Public propertyStatic memberConfiguration
Global configuration which affects OpenStack.NET's behavior.

Customize using the Configuring event.

Top
Events
  NameDescription
Public eventStatic memberConfiguring
Occurs when initializing the global configuration for OpenStack.NET.
Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6, 1.5, 1.4
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also