Trait ITsSbLoadBalancingNotifySink_Impl
pub trait ITsSbLoadBalancingNotifySink_Impl: ITsSbBaseNotifySink_Impl {
// Required method
fn OnGetMostSuitableTarget(
&self,
plbresult: Ref<'_, ITsSbLoadBalanceResult>,
fisnewconnection: BOOL,
) -> Result<()>;
}
Required Methods§
fn OnGetMostSuitableTarget( &self, plbresult: Ref<'_, ITsSbLoadBalanceResult>, fisnewconnection: BOOL, ) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.