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

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

Initiates the asynchronous execution of the CreatePlayerSessions operation.
public BeginCreatePlayerSessions ( CreatePlayerSessionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.GameLift.Model.CreatePlayerSessionsRequest Container for the necessary parameters to execute the CreatePlayerSessions 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 BeginCreatePlayerSessions(CreatePlayerSessionsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new CreatePlayerSessionsRequestMarshaller();
            var unmarshaller = CreatePlayerSessionsResponseUnmarshaller.Instance;

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