iControl.LocalLBProfileSCTP.Endget_heartbeat_max_burst C# (CSharp) Method

Endget_heartbeat_max_burst() public method

public Endget_heartbeat_max_burst ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
return iControl.LocalLBProfileULong[]
        public LocalLBProfileULong[] Endget_heartbeat_max_burst(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileULong [])(results[0]));
        }
LocalLBProfileSCTP