iControl.SecurityLogProfile.Endget_protocol_sip_format C# (CSharp) 메소드

Endget_protocol_sip_format() 공개 메소드

public Endget_protocol_sip_format ( System asyncResult ) : SecurityLogProfileSIPStorageFormat[][]
asyncResult System
리턴 SecurityLogProfileSIPStorageFormat[][]
        public SecurityLogProfileSIPStorageFormat[][] Endget_protocol_sip_format(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SecurityLogProfileSIPStorageFormat [] [])(results[0]));
        }
SecurityLogProfile