Repository.XFRACAS.XFRACASCommandTimeout: Difference between revisions
Jump to navigation
Jump to search
Alex Ulanov (talk | contribs) (Created page with '{{Template:APIClass|Repository Class|Repository}} {{Template:Repository.WriteToDiagnosticsLog (System.Exception,mXFRACASDiagnosticEntryType, String).Cmt}} == Syntax == *WriteToD…') |
Alex Ulanov (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Repository Class|Repository}} | {{Template:APIClass|Repository Class|Repository}} | ||
Gets or sets the wait time in seconds before terminating the attempt to execute an XFRACAS command. | |||
== Syntax == | == Syntax == | ||
XFRACASCommandTimeout {{APIPrefix|As}} Integer | XFRACASCommandTimeout {{APIPrefix|As}} Integer | ||
Revision as of 17:32, 16 June 2015
Gets or sets the wait time in seconds before terminating the attempt to execute an XFRACAS command.
Syntax
XFRACASCommandTimeout As Integer
Usage Example
'Set timeout to 3 minutes. DimMyRepositoryAs New SynthesisAPI.Repository MyRepository.XFRACAS.XFRACASCommandTimeout = 180