Amazon.DirectoryService.AmazonDirectoryServiceClient.BeginCreateTrust C# (CSharp) Метод

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

Initiates the asynchronous execution of the CreateTrust operation.
public BeginCreateTrust ( CreateTrustRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DirectoryService.Model.CreateTrustRequest Container for the necessary parameters to execute the CreateTrust operation on AmazonDirectoryServiceClient.
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 BeginCreateTrust(CreateTrustRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new CreateTrustRequestMarshaller();
            var unmarshaller = CreateTrustResponseUnmarshaller.Instance;

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