[This is preliminary documentation and is subject to change.]

Tests if the application is valid

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static bool IsApplicationOk(
	string sid,
	OCServiceType ost
)
Visual Basic (Declaration)
Public Shared Function IsApplicationOk ( _
	sid As String, _
	ost As OCServiceType _
) As Boolean
Visual C++
public:
static bool IsApplicationOk(
	String^ sid, 
	OCServiceType ost
)

Parameters

sid
Type: System..::.String
The unique service identifier
ost
Type: OfficeClip.Utils..::.OCServiceType
The OfficeClip service type

Return Value

true if the application is okay, false otherwise

See Also