Amazon.CognitoIdentity.AmazonCognitoIdentityClient.BeginGetCredentialsForIdentity C# (CSharp) Метод

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

Initiates the asynchronous execution of the GetCredentialsForIdentity operation.
public BeginGetCredentialsForIdentity ( GetCredentialsForIdentityRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CognitoIdentity.Model.GetCredentialsForIdentityRequest Container for the necessary parameters to execute the GetCredentialsForIdentity operation on AmazonCognitoIdentityClient.
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 BeginGetCredentialsForIdentity(GetCredentialsForIdentityRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new GetCredentialsForIdentityRequestMarshaller();
            var unmarshaller = GetCredentialsForIdentityResponseUnmarshaller.Instance;

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