Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndGetMaintenanceWindow C# (CSharp) 메소드

EndGetMaintenanceWindow() 공개 메소드

Finishes the asynchronous execution of the GetMaintenanceWindow operation.
public EndGetMaintenanceWindow ( IAsyncResult asyncResult ) : GetMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetMaintenanceWindow.
리턴 Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowResponse
        public  GetMaintenanceWindowResponse EndGetMaintenanceWindow(IAsyncResult asyncResult)
        {
            return EndInvoke<GetMaintenanceWindowResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient