PrintSupportIppCommunicationTimeouts.ReceiveTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the timeout for receiving IPP responses.
public:
property TimeSpan ReceiveTimeout { TimeSpan get(); void set(TimeSpan value); };
TimeSpan ReceiveTimeout();
void ReceiveTimeout(TimeSpan value);
public System.TimeSpan ReceiveTimeout { get; set; }
var timeSpan = printSupportIppCommunicationTimeouts.receiveTimeout;
printSupportIppCommunicationTimeouts.receiveTimeout = timeSpan;
Public Property ReceiveTimeout As TimeSpan
Property Value
A System.TimeSpan object representing the timeout interval.