iControl.LocalLBProfileSPDY.Beginset_insert_header C# (CSharp) Méthode

Beginset_insert_header() public méthode

public Beginset_insert_header ( string profile_names, LocalLBProfileString headers, System callback, object asyncState ) : System.IAsyncResult
profile_names string
headers LocalLBProfileString
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginset_insert_header(string [] profile_names,LocalLBProfileString [] headers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_insert_header", new object[] {
            profile_names,
            headers}, callback, asyncState);
        }
LocalLBProfileSPDY