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

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

Initiates the asynchronous execution of the ModifyHapg operation.
public BeginModifyHapg ( Amazon.CloudHSM.Model.ModifyHapgRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudHSM.Model.ModifyHapgRequest Container for the necessary parameters to execute the ModifyHapg 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 BeginModifyHapg(ModifyHapgRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ModifyHapgRequestMarshaller();
            var unmarshaller = ModifyHapgResponseUnmarshaller.Instance;

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