Scalien.scaliendb_client.SDBP_SetMasterTimeout C# (CSharp) 메소드

SDBP_SetMasterTimeout() 공개 정적인 메소드

public static SDBP_SetMasterTimeout ( SWIGTYPE_p_void client, ulong timeout ) : void
client SWIGTYPE_p_void
timeout ulong
리턴 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