Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorageContainer Constructor

TElWinAzureDataStorageContainer     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Creates an instance of TElWinAzureDataStorageContainer class and returns a reference to newly created instance.

Declaration

[C#]
    TElWinAzureDataStorageContainer();
    TElWinAzureDataStorageContainer(TElWinAzureDataStorage Storage);

[VB.NET]
    Sub New()
    Sub New(ByVal Storage As TElWinAzureDataStorage)

[Pascal]
    constructor Create(Storage : TElWinAzureDataStorage);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElWinAzureDataStorageContainer(TElWinAzureDataStorage Storage);
    public TElWinAzureDataStorageContainer();

Parameters

  • Storage - storage which the container belongs to

Description

    Use this method to create new instance of TElWinAzureDataStorageContainer class.

Discuss this help topic in SecureBlackbox Forum