iControl.LocalLBProfileSCTP.Beginset_transmit_chunk_buffer C# (CSharp) Method

Beginset_transmit_chunk_buffer() public method

public Beginset_transmit_chunk_buffer ( string profile_names, LocalLBProfileULong buffers, System callback, object asyncState ) : System.IAsyncResult
profile_names string
buffers LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_transmit_chunk_buffer(string [] profile_names,LocalLBProfileULong [] buffers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_transmit_chunk_buffer", new object[] {
            profile_names,
            buffers}, callback, asyncState);
        }
LocalLBProfileSCTP