コード例 #1
0
 /// <remarks/>
 public void ScoreMatrixAsync(string ListKey, string SecondaryListKey, ScoreTypeType ScoreType, MatrixFormatType MatrixFormat, CompressType eCompress, bool eCompressSpecified, int N3DConformers, bool N3DConformersSpecified, bool No3DParent, bool No3DParentSpecified) {
     this.ScoreMatrixAsync(ListKey, SecondaryListKey, ScoreType, MatrixFormat, eCompress, eCompressSpecified, N3DConformers, N3DConformersSpecified, No3DParent, No3DParentSpecified, null);
 }
コード例 #2
0
 /// <remarks/>
 public void ScoreMatrixAsync(string ListKey, string SecondaryListKey, ScoreTypeType ScoreType, MatrixFormatType MatrixFormat, CompressType eCompress, bool eCompressSpecified, int N3DConformers, bool N3DConformersSpecified, bool No3DParent, bool No3DParentSpecified, object userState) {
     if ((this.ScoreMatrixOperationCompleted == null)) {
         this.ScoreMatrixOperationCompleted = new System.Threading.SendOrPostCallback(this.OnScoreMatrixOperationCompleted);
     }
     this.InvokeAsync("ScoreMatrix", new object[] {
                 ListKey,
                 SecondaryListKey,
                 ScoreType,
                 MatrixFormat,
                 eCompress,
                 eCompressSpecified,
                 N3DConformers,
                 N3DConformersSpecified,
                 No3DParent,
                 No3DParentSpecified}, this.ScoreMatrixOperationCompleted, userState);
 }
コード例 #3
0
 public string ScoreMatrix(string ListKey, string SecondaryListKey, ScoreTypeType ScoreType, MatrixFormatType MatrixFormat, CompressType eCompress, [System.Xml.Serialization.XmlIgnoreAttribute()] bool eCompressSpecified, int N3DConformers, [System.Xml.Serialization.XmlIgnoreAttribute()] bool N3DConformersSpecified, bool No3DParent, [System.Xml.Serialization.XmlIgnoreAttribute()] bool No3DParentSpecified) {
     object[] results = this.Invoke("ScoreMatrix", new object[] {
                 ListKey,
                 SecondaryListKey,
                 ScoreType,
                 MatrixFormat,
                 eCompress,
                 eCompressSpecified,
                 N3DConformers,
                 N3DConformersSpecified,
                 No3DParent,
                 No3DParentSpecified});
     return ((string)(results[0]));
 }