Amazon.DirectConnect.AmazonDirectConnectClient.BeginAllocateConnectionOnInterconnect C# (CSharp) Method

BeginAllocateConnectionOnInterconnect() public method

Initiates the asynchronous execution of the AllocateConnectionOnInterconnect operation.
public BeginAllocateConnectionOnInterconnect ( AllocateConnectionOnInterconnectRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DirectConnect.Model.AllocateConnectionOnInterconnectRequest Container for the necessary parameters to execute the AllocateConnectionOnInterconnect operation on AmazonDirectConnectClient.
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 BeginAllocateConnectionOnInterconnect(AllocateConnectionOnInterconnectRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new AllocateConnectionOnInterconnectRequestMarshaller();
            var unmarshaller = AllocateConnectionOnInterconnectResponseUnmarshaller.Instance;

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