iControl.LocalLBProfileSCTP.Beginset_inbound_stream C# (CSharp) Method

Beginset_inbound_stream() public method

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