Amazon.DirectoryService.AmazonDirectoryServiceClient.BeginEnableSso C# (CSharp) Метод

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

Initiates the asynchronous execution of the EnableSso operation.
public BeginEnableSso ( EnableSsoRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DirectoryService.Model.EnableSsoRequest Container for the necessary parameters to execute the EnableSso operation on AmazonDirectoryServiceClient.
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 BeginEnableSso(EnableSsoRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new EnableSsoRequestMarshaller();
            var unmarshaller = EnableSsoResponseUnmarshaller.Instance;

            return BeginInvoke<EnableSsoRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonDirectoryServiceClient