iControl.LocalLBSNAT.set_description C# (CSharp) Method

set_description() private method

private set_description ( string snats, string descriptions ) : void
snats string
descriptions string
return void
        public void set_description(
		string [] snats,
		string [] descriptions
	)
        {
            this.Invoke("set_description", new object [] {
                snats,
                descriptions});
        }
LocalLBSNAT