iControl.ASMLoggingProfile.create C# (CSharp) Method

create() private method

private create ( string logprof_names ) : void
logprof_names string
return void
        public void create(
		string [] logprof_names
	)
        {
            this.Invoke("create", new object [] {
                logprof_names});
        }
ASMLoggingProfile