Creates a dependency relationship between the calling process and the specified sponsor. This function looks up the name in the sponsor list and creates a dependency relationship to that sponsor process. dwMilliseconds determines the amount of time the call waits for the sponsor to register.
Visual Basic:
Sub ntxRegisterDependency( ByVal lpszSponsorName As String, ByVal dwMilliseconds As Integer)
Visual C#:
void ntxRegisterDependency ( String lpszSponsorName, Int32 dwMilliseconds );
lpszSponsorName
dwMilliseconds
E_TIME
E_NTX_INTERNAL_ERROR
Versions | Reference |
---|---|
INtime 3.0 | INtimeDotNet |
INtimeDotNet system calls, Distributed systems manager calls