iControl.ManagementSNMPConfiguration.Endget_storage_use_nfs C# (CSharp) 메소드

Endget_storage_use_nfs() 공개 메소드

public Endget_storage_use_nfs ( System asyncResult ) : long
asyncResult System
리턴 long
        public long Endget_storage_use_nfs(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long)(results[0]));
        }
ManagementSNMPConfiguration