iControl.LocalLBProfileSIPSession.set_persist_type C# (CSharp) Method

set_persist_type() private method

private set_persist_type ( string profile_names, LocalLBProfileSIPSessionProfilePersistType values ) : void
profile_names string
values LocalLBProfileSIPSessionProfilePersistType
return void
        public void set_persist_type(
		string [] profile_names,
		LocalLBProfileSIPSessionProfilePersistType [] values
	)
        {
            this.Invoke("set_persist_type", new object [] {
                profile_names,
                values});
        }
LocalLBProfileSIPSession