Amazon.WorkSpaces.AmazonWorkSpacesClient.EndRebootWorkspaces C# (CSharp) 메소드

EndRebootWorkspaces() 공개 메소드

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