iControl.LocalLBProfileSCTP.Endget_heartbeat_max_burst C# (CSharp) Метод

Endget_heartbeat_max_burst() публичный Метод

public Endget_heartbeat_max_burst ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
Результат iControl.LocalLBProfileULong[]
        public LocalLBProfileULong[] Endget_heartbeat_max_burst(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileULong [])(results[0]));
        }
LocalLBProfileSCTP