RendezvousException.GetStatusText

Method

Visual Basic

Public Shared Function GetStatusText(
    ByVal status As Status )
  As String

C#

public static string GetStatusText(
    Status status );

Purpose

Return the descriptive string corresponding to a status code.

Parameter

Description

status

Return the string for this status code.

See Also

Status