iControl.LocalLBProfileSIPSession.Endget_persist_type C# (CSharp) Method

Endget_persist_type() public method

public Endget_persist_type ( System asyncResult ) : iControl.LocalLBProfileSIPSessionProfilePersistType[]
asyncResult System
return iControl.LocalLBProfileSIPSessionProfilePersistType[]
        public LocalLBProfileSIPSessionProfilePersistType[] Endget_persist_type(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileSIPSessionProfilePersistType [])(results[0]));
        }
LocalLBProfileSIPSession