iControl.LogDestinationRemoteHighSpeedLog.Endget_log_protocol C# (CSharp) Method

Endget_log_protocol() public method

public Endget_log_protocol ( System asyncResult ) : LogDestinationRemoteHighSpeedLogHighSpeedLogProtocol[]
asyncResult System
return LogDestinationRemoteHighSpeedLogHighSpeedLogProtocol[]
        public LogDestinationRemoteHighSpeedLogHighSpeedLogProtocol[] Endget_log_protocol(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LogDestinationRemoteHighSpeedLogHighSpeedLogProtocol [])(results[0]));
        }