PrintServer.DeletePrintQueue 메서드

정의

인쇄 서버에서 인쇄 대기열을 제거합니다.

오버로드

DeletePrintQueue(PrintQueue)

인쇄 서버에서 지정된 PrintQueue를 제거합니다.

DeletePrintQueue(String)

지정된 이름의 인쇄 대기열을 인쇄 서버에서 제거합니다.

DeletePrintQueue(PrintQueue)

인쇄 서버에서 지정된 PrintQueue를 제거합니다.

public:
 static bool DeletePrintQueue(System::Printing::PrintQueue ^ printQueue);
public static bool DeletePrintQueue (System.Printing.PrintQueue printQueue);
static member DeletePrintQueue : System.Printing.PrintQueue -> bool
Public Shared Function DeletePrintQueue (printQueue As PrintQueue) As Boolean

매개 변수

printQueue
PrintQueue

삭제되는 대기열입니다.

반환

대기열이 성공적으로 삭제되었으면 true이고, 그렇지 않으면 false입니다.

적용 대상

DeletePrintQueue(String)

지정된 이름의 인쇄 대기열을 인쇄 서버에서 제거합니다.

public:
 static bool DeletePrintQueue(System::String ^ printQueueName);
public static bool DeletePrintQueue (string printQueueName);
static member DeletePrintQueue : string -> bool
Public Shared Function DeletePrintQueue (printQueueName As String) As Boolean

매개 변수

printQueueName
String

삭제되는 대기열의 이름입니다.

반환

대기열이 성공적으로 삭제되었으면 true이고, 그렇지 않으면 false입니다.

적용 대상