Amazon.DeviceFarm.AmazonDeviceFarmClient.CreateProjectAsync C# (CSharp) 메소드

CreateProjectAsync() 공개 메소드

Initiates the asynchronous execution of the CreateProject operation.
public CreateProjectAsync ( Amazon.DeviceFarm.Model.CreateProjectRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.CreateProjectRequest Container for the necessary parameters to execute the CreateProject operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<CreateProjectResponse> CreateProjectAsync(CreateProjectRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateProjectRequestMarshaller();
            var unmarshaller = CreateProjectResponseUnmarshaller.Instance;

            return InvokeAsync<CreateProjectRequest,CreateProjectResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonDeviceFarmClient::CreateProjectAsync ( string name, System cancellationToken = default(CancellationToken) ) : Task
AmazonDeviceFarmClient