C# Class Rackspace.VisualStudio.CloudExplorer.Files.CloudFilesEndpointNode

Inheritance: EndpointNode
Afficher le fichier Open project: rackerlabs/rax-vsix

Méthodes publiques

Méthode Description
CloudFilesEndpointNode ( net.openstack.Core.Domain.CloudIdentity identity, net.openstack.Core.Domain.ServiceCatalog serviceCatalog, net.openstack.Core.Domain.Endpoint endpoint ) : System

Méthodes protégées

Méthode Description
CreateChildrenAsync ( CancellationToken cancellationToken ) : Task

Private Methods

Méthode Description
CreateContainerNode ( net.openstack.Providers.Rackspace.CloudFilesProvider provider, net.openstack.Core.Domain.Container container, net.openstack.Core.Domain.ContainerCDN containerCdn ) : CloudFilesContainerNode
CreateProvider ( ) : net.openstack.Providers.Rackspace.CloudFilesProvider
ListContainersAsync ( CancellationToken cancellationToken ) : Container[]>>.Task

Method Details

CloudFilesEndpointNode() public méthode

public CloudFilesEndpointNode ( net.openstack.Core.Domain.CloudIdentity identity, net.openstack.Core.Domain.ServiceCatalog serviceCatalog, net.openstack.Core.Domain.Endpoint endpoint ) : System
identity net.openstack.Core.Domain.CloudIdentity
serviceCatalog net.openstack.Core.Domain.ServiceCatalog
endpoint net.openstack.Core.Domain.Endpoint
Résultat System

CreateChildrenAsync() protected méthode

protected CreateChildrenAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
Résultat Task