INtime SDK Help
ntxUnregisterSponsor(INtimeDotNet)
INtime SDK v6 > About INtime > Alternate APIs > INtimeDotNet > ntxUnregisterSponsor(INtimeDotNet)

Removes the current sponsor name from the active sponsor state. No notifications are made to dependents and the name remains in use until the sponsor is removed from all relationships.

This function removes the process registered as an active sponsor from the database. No new relationships can be made with this sponsor name. The name remains in use until the sponsor no longer appears in any dependency relationships.

Visual Basic:

Sub ntxUnregisterSponsor(
  ByVal lpszSponsorName As String)

Visual C#:

void ntxUnregisterSponsor (
  String lpszSponsorName);

Parameters

lpszSponsorName
A string that contains the name of the sponsor to be removed from the active sponsor state

Status

E_UNREGISTERED
The specified sponsor name has is not the name of a current sponsor.
E_NTX_INTERNAL_ERROR
The DLL could not contact the RT kernel to complete the request.

Requirements

Versions Reference
INtime 3.0 INtimeDotNet

See Also

INtimeDotNet system calls, Distributed systems manager calls