SdkClient Constructor(String,Int32)
- Last UpdatedApr 15, 2025
- 1 minute read
Initializes a new instance of the SdkClient class.
'Declaration
Public Function New( _
ByVal serviceBinding As String, _
ByVal noOfRetryCount As Integer _
)
public SdkClient(
string serviceBinding,
int noOfRetryCount
)
public:
SdkClient(
String^ serviceBinding,
int noOfRetryCount
)
Parameters
- serviceBinding
- The server address and service being connected.
- noOfRetryCount
- The number of retry counts.