Amazon.WorkSpaces.AmazonWorkSpacesClient.EndRebootWorkspaces C# (CSharp) Method

EndRebootWorkspaces() public method

Finishes the asynchronous execution of the RebootWorkspaces operation.
public EndRebootWorkspaces ( IAsyncResult asyncResult ) : RebootWorkspacesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRebootWorkspaces.
return Amazon.WorkSpaces.Model.RebootWorkspacesResponse
        public  RebootWorkspacesResponse EndRebootWorkspaces(IAsyncResult asyncResult)
        {
            return EndInvoke<RebootWorkspacesResponse>(asyncResult);
        }