iControl.LocalLBProfileSCTP.set_transmit_chunk_buffer C# (CSharp) Method

set_transmit_chunk_buffer() private method

private set_transmit_chunk_buffer ( string profile_names, LocalLBProfileULong buffers ) : void
profile_names string
buffers LocalLBProfileULong
return void
        public void set_transmit_chunk_buffer(
		string [] profile_names,
		LocalLBProfileULong [] buffers
	)
        {
            this.Invoke("set_transmit_chunk_buffer", new object [] {
                profile_names,
                buffers});
        }
LocalLBProfileSCTP