Get the available credit count for a specified user.
Namespace: Dynmark.Services.WebServicesAssembly: Dynmark.Services.WebServices (in Dynmark.Services.WebServices.dll) Version: 1.0.0.0 (1.0.1.0)
Syntax
| C# |
|---|
public int GetAvailableCredits( string name, string password ) |
| Visual Basic |
|---|
Public Function GetAvailableCredits ( _ name As String, _ password As String _ ) As Integer |
| Visual C++ |
|---|
public: int GetAvailableCredits( String^ name, String^ password ) |