Amazon.SecurityToken.AmazonSecurityTokenServiceClient.BeginGetCallerIdentity C# (CSharp) Метод

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

Initiates the asynchronous execution of the GetCallerIdentity operation.
public BeginGetCallerIdentity ( GetCallerIdentityRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetCallerIdentityRequest Container for the necessary parameters to execute the GetCallerIdentity operation on AmazonSecurityTokenServiceClient.
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 BeginGetCallerIdentity(GetCallerIdentityRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new GetCallerIdentityRequestMarshaller();
            var unmarshaller = GetCallerIdentityResponseUnmarshaller.Instance;

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