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.
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