Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.BeginCreateServiceSpecificCredential C# (CSharp) Method

BeginCreateServiceSpecificCredential() public method

Initiates the asynchronous execution of the CreateServiceSpecificCredential operation.
public BeginCreateServiceSpecificCredential ( CreateServiceSpecificCredentialRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.IdentityManagement.Model.CreateServiceSpecificCredentialRequest Container for the necessary parameters to execute the CreateServiceSpecificCredential operation on AmazonIdentityManagementServiceClient.
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.
return IAsyncResult
        public IAsyncResult BeginCreateServiceSpecificCredential(CreateServiceSpecificCredentialRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new CreateServiceSpecificCredentialRequestMarshaller();
            var unmarshaller = CreateServiceSpecificCredentialResponseUnmarshaller.Instance;

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