
MediatorRetryCount property
Determines number of retries in Search method.
Type
Integer.Syntax
- C#
- C++
- VB.NET
void devP2P.SetMediatorRetryCount(IntPtr Handle, int Value);
The MediatorRetryCount(Handle,value) syntax has these parts:
int devP2P.GetMediatorRetryCount(IntPtr Handle);
The MediatorRetryCount(Handle) syntax has these parts:
The MediatorRetryCount(Handle,value) syntax has these parts:
Handle | Reference to the devP2P instance. |
value | Total number of retries to reach the mediator. |
int devP2P.GetMediatorRetryCount(IntPtr Handle);
The MediatorRetryCount(Handle) syntax has these parts:
Handle | Reference to the devP2P instance. |
Return value | Current value of MediatorRetryCount property. |
int MediatorRetryCount = value;
The MediatorRetryCount(value) syntax has these parts:
The MediatorRetryCount(value) syntax has these parts:
value | Total number of retries to reach the mediator. |
Sub P2P_SetMediatorRetryCount(ByVal Handle As IntPtr, ByVal Value As Integer)
The MediatorRetryCount(Handle,value) syntax has these parts:
Function P2P_GetMediatorRetryCount(ByVal Handle As IntPtr) As Integer
The MediatorRetryCount(Handle) syntax has these parts:
The MediatorRetryCount(Handle,value) syntax has these parts:
Handle | Reference to the devP2P instance. |
value | Total number of retries to reach the mediator. |
Function P2P_GetMediatorRetryCount(ByVal Handle As IntPtr) As Integer
The MediatorRetryCount(Handle) syntax has these parts:
Handle | Reference to the devP2P instance. |
Return value | Current value of MediatorRetryCount property. |