Amazon.GameLift.AmazonGameLiftClient.BeginDescribeAlias C# (CSharp) Метод

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

Initiates the asynchronous execution of the DescribeAlias operation.
public BeginDescribeAlias ( DescribeAliasRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.GameLift.Model.DescribeAliasRequest Container for the necessary parameters to execute the DescribeAlias operation on AmazonGameLiftClient.
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 BeginDescribeAlias(DescribeAliasRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DescribeAliasRequestMarshaller();
            var unmarshaller = DescribeAliasResponseUnmarshaller.Instance;

            return BeginInvoke<DescribeAliasRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonGameLiftClient