iControl.LocalLBProfileSIP.Beginset_sip_community C# (CSharp) Method

Beginset_sip_community() public method

public Beginset_sip_community ( string profile_names, LocalLBProfileString community, System callback, object asyncState ) : System.IAsyncResult
profile_names string
community LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_sip_community(string [] profile_names,LocalLBProfileString [] community, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_sip_community", new object[] {
            profile_names,
            community}, callback, asyncState);
        }
LocalLBProfileSIP