C# 클래스 GlobalDemo.Web.StorageConfig

파일 보기 프로젝트 열기: kaevans/globalscaledemo 1 사용 예제들

공개 메소드들

메소드 설명
Configure ( string storageConnectionString ) : System.Threading.Tasks.Task

Configures the storage account used by the application. Configures to support CORS, and creates the blob, table, and queue needed for the app if they don't already exist.

메소드 상세

Configure() 공개 정적인 메소드

Configures the storage account used by the application. Configures to support CORS, and creates the blob, table, and queue needed for the app if they don't already exist.
public static Configure ( string storageConnectionString ) : System.Threading.Tasks.Task
storageConnectionString string
리턴 System.Threading.Tasks.Task