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

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

Initiates the asynchronous execution of the RemoveIpRoutes operation.
public BeginRemoveIpRoutes ( RemoveIpRoutesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DirectoryService.Model.RemoveIpRoutesRequest Container for the necessary parameters to execute the RemoveIpRoutes 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 BeginRemoveIpRoutes(RemoveIpRoutesRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new RemoveIpRoutesRequestMarshaller();
            var unmarshaller = RemoveIpRoutesResponseUnmarshaller.Instance;

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