Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.BeginListCommands C# (CSharp) Метод

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

Initiates the asynchronous execution of the ListCommands operation.
public BeginListCommands ( ListCommandsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.ListCommandsRequest Container for the necessary parameters to execute the ListCommands operation on AmazonSimpleSystemsManagementClient.
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 BeginListCommands(ListCommandsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ListCommandsRequestMarshaller();
            var unmarshaller = ListCommandsResponseUnmarshaller.Instance;

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