C# 클래스 Rackspace.VisualStudio.CloudExplorer.Files.CloudFilesEndpointNode

상속: EndpointNode
파일 보기 프로젝트 열기: rackerlabs/rax-vsix

공개 메소드들

메소드 설명
CloudFilesEndpointNode ( net.openstack.Core.Domain.CloudIdentity identity, net.openstack.Core.Domain.ServiceCatalog serviceCatalog, net.openstack.Core.Domain.Endpoint endpoint ) : System

보호된 메소드들

메소드 설명
CreateChildrenAsync ( CancellationToken cancellationToken ) : Task

비공개 메소드들

메소드 설명
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

메소드 상세

CloudFilesEndpointNode() 공개 메소드

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
리턴 System

CreateChildrenAsync() 보호된 메소드

protected CreateChildrenAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
리턴 Task