pub trait INotifyReplica_Impl: Sized {
    // Required method
    fn YouAreAReplica(
        &self,
        ulcotherreplicas: u32,
        rgpmkotherreplicas: *mut Option<IMoniker>
    ) -> Result<()>;
}

Required Methods§

fn YouAreAReplica( &self, ulcotherreplicas: u32, rgpmkotherreplicas: *mut Option<IMoniker> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§