Amazon.OpsWorks.AmazonOpsWorksClient.DescribePermissionsAsync C# (CSharp) 메소드

DescribePermissionsAsync() 공개 메소드

Initiates the asynchronous execution of the DescribePermissions operation.
public DescribePermissionsAsync ( DescribePermissionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribePermissionsRequest Container for the necessary parameters to execute the DescribePermissions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<DescribePermissionsResponse> DescribePermissionsAsync(DescribePermissionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribePermissionsRequestMarshaller();
            var unmarshaller = DescribePermissionsResponseUnmarshaller.Instance;

            return InvokeAsync<DescribePermissionsRequest,DescribePermissionsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonOpsWorksClient