Repository.XFRACAS.XFRACASCommandTimeout: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|Repository Class|Repository}} {{Template:Repository.WriteToDiagnosticsLog (System.Exception,mXFRACASDiagnosticEntryType, String).Cmt}} == Syntax == *WriteToD…')
 
No edit summary
Line 1: Line 1:
{{Template:APIClass|Repository Class|Repository}}
{{Template:APIClass|Repository Class|Repository}}
{{Template:Repository.WriteToDiagnosticsLog (System.Exception,mXFRACASDiagnosticEntryType, String).Cmt}}
Gets or sets the wait time in seconds before terminating the attempt to execute an XFRACAS command.


== Syntax ==
== Syntax ==
*WriteToDiagnosticsLog(exObject {{APIPrefix|As}} System.Exception , entrytype {{APIPrefix|As}} [[Repository.XFRACASDiagnosticEntryType|XFRACASDiagnosticEntryType]], {{APIPrefix| Optional}}
comment{{APIPrefix|As String}})
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