Amazon.KeyManagementService.AmazonKeyManagementServiceClient.BeginCreateKey C# (CSharp) Метод

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

Initiates the asynchronous execution of the CreateKey operation.
public BeginCreateKey ( CreateKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.KeyManagementService.Model.CreateKeyRequest Container for the necessary parameters to execute the CreateKey operation on AmazonKeyManagementServiceClient.
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 BeginCreateKey(CreateKeyRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new CreateKeyRequestMarshaller();
            var unmarshaller = CreateKeyResponseUnmarshaller.Instance;

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