iControl.LocalLBProfileSPDY.Beginset_maximum_concurrent_streams_per_connection C# (CSharp) Method

Beginset_maximum_concurrent_streams_per_connection() public method

public Beginset_maximum_concurrent_streams_per_connection ( 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_maximum_concurrent_streams_per_connection(string [] profile_names,LocalLBProfileULong [] streams, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_maximum_concurrent_streams_per_connection", new object[] {
            profile_names,
            streams}, callback, asyncState);
        }
LocalLBProfileSPDY