Amazon.ApplicationDiscoveryService.AmazonApplicationDiscoveryServiceClient.BeginListServerNeighbors C# (CSharp) Method

BeginListServerNeighbors() public method

Initiates the asynchronous execution of the ListServerNeighbors operation.
public BeginListServerNeighbors ( ListServerNeighborsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ApplicationDiscoveryService.Model.ListServerNeighborsRequest Container for the necessary parameters to execute the ListServerNeighbors operation on AmazonApplicationDiscoveryServiceClient.
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 BeginListServerNeighbors(ListServerNeighborsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ListServerNeighborsRequestMarshaller();
            var unmarshaller = ListServerNeighborsResponseUnmarshaller.Instance;

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