iControl.LocalLBProfileSIPRouter.set_mirroring_state C# (CSharp) Method

set_mirroring_state() private method

private set_mirroring_state ( string profile_names, LocalLBProfileEnabledState values ) : void
profile_names string
values LocalLBProfileEnabledState
return void
        public void set_mirroring_state(
		string [] profile_names,
		LocalLBProfileEnabledState [] values
	)
        {
            this.Invoke("set_mirroring_state", new object [] {
                profile_names,
                values});
        }
LocalLBProfileSIPRouter