Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorageObject Constructor

TElWinAzureDataStorageObject     


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


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

Declaration

[C#]
    TElWinAzureDataStorageObject(TElWinAzureDataStorage Storage);
    TElWinAzureDataStorageObject(TElWinAzureDataStorage Storage, string ContainerName, string Name);

[VB.NET]
    Sub New(ByVal Storage As TElWinAzureDataStorage)
    Sub New(ByVal Storage As TElWinAzureDataStorage, ByVal ContainerName As String, ByVal Name As String)

[Pascal]
    constructor Create(Storage : TElWinAzureDataStorage);
    constructor Create(Storage : TElWinAzureDataStorage; const ContainerName : string; const Name : string);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElWinAzureDataStorageObject(TElWinAzureDataStorage Storage, String ContainerName, String Name);
    public TElWinAzureDataStorageObject(TElWinAzureDataStorage Storage);
    public TElWinAzureDataStorageObject();

Parameters

  • Storage - storage which the object belongs to
  • ContainerName - name of the container which the object belongs to
  • Name - object's name

Description

    Use this method to create new instance of TElWinAzureDataStorageObject class.

Discuss this help topic in SecureBlackbox Forum