PrintSupportIppCommunicationTimeouts.SendTimeout 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 sending IPP requests.
public:
property TimeSpan SendTimeout { TimeSpan get(); void set(TimeSpan value); };
TimeSpan SendTimeout();
void SendTimeout(TimeSpan value);
public System.TimeSpan SendTimeout { get; set; }
var timeSpan = printSupportIppCommunicationTimeouts.sendTimeout;
printSupportIppCommunicationTimeouts.sendTimeout = timeSpan;
Public Property SendTimeout As TimeSpan
Property Value
A System.TimeSpan object representing the timeout interval.