Amazon.CloudHSM.AmazonCloudHSMClient.BeginDescribeHsm C# (CSharp) Метод

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

Initiates the asynchronous execution of the DescribeHsm operation.
public BeginDescribeHsm ( Amazon.CloudHSM.Model.DescribeHsmRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudHSM.Model.DescribeHsmRequest Container for the necessary parameters to execute the DescribeHsm operation on AmazonCloudHSMClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult
        public IAsyncResult BeginDescribeHsm(DescribeHsmRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DescribeHsmRequestMarshaller();
            var unmarshaller = DescribeHsmResponseUnmarshaller.Instance;

            return BeginInvoke<DescribeHsmRequest>(request, marshaller, unmarshaller,
                callback, state);
        }