pub trait ITsSbOrchestration_Impl: Sized + ITsSbPlugin_Impl {
    // Required method
    fn PrepareTargetForConnect(
        &self,
        pconnection: Option<&ITsSbClientConnection>,
        porchestrationnotifysink: Option<&ITsSbOrchestrationNotifySink>,
    ) -> Result<()>;
}

Required Methods§

fn PrepareTargetForConnect( &self, pconnection: Option<&ITsSbClientConnection>, porchestrationnotifysink: Option<&ITsSbOrchestrationNotifySink>, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§