iControl.ASMLoggingProfile.Endget_logprof C# (CSharp) Method

Endget_logprof() public method

public Endget_logprof ( System asyncResult ) : iControl.ASMLoggingProfileDefinition[]
asyncResult System
return iControl.ASMLoggingProfileDefinition[]
        public ASMLoggingProfileDefinition[] Endget_logprof(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((ASMLoggingProfileDefinition [])(results[0]));
        }
ASMLoggingProfile