Amazon.AppStream.AmazonAppStreamClient.CreateStreamingURLAsync C# (CSharp) Метод

CreateStreamingURLAsync() публичный Метод

Initiates the asynchronous execution of the CreateStreamingURL operation.
public CreateStreamingURLAsync ( CreateStreamingURLRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.CreateStreamingURLRequest Container for the necessary parameters to execute the CreateStreamingURL operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<CreateStreamingURLResponse> CreateStreamingURLAsync(CreateStreamingURLRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateStreamingURLRequestMarshaller();
            var unmarshaller = CreateStreamingURLResponseUnmarshaller.Instance;

            return InvokeAsync<CreateStreamingURLRequest,CreateStreamingURLResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }