Scalien.scaliendb_client.SDBP_SetMasterTimeout C# (CSharp) Method

SDBP_SetMasterTimeout() public static method

public static SDBP_SetMasterTimeout ( SWIGTYPE_p_void client, ulong timeout ) : void
client SWIGTYPE_p_void
timeout ulong
return void
        public static unsafe void SDBP_SetMasterTimeout(SWIGTYPE_p_void client, ulong timeout)
        {
            scaliendb_clientPINVOKE.SDBP_SetMasterTimeout(SWIGTYPE_p_void.getCPtr(client), timeout);
        }
scaliendb_client